🔥 Disable smallrye jwt

This commit is contained in:
andreas.dinauer 2025-11-16 18:10:38 +01:00
parent 4f809b1ccd
commit a740467f76
2 changed files with 6 additions and 7 deletions

View File

@ -5,17 +5,18 @@ meta {
} }
get { get {
url: http://localhost:8080/api/metrics/POD-2/WORKLOAD?bucket-unit=TOTAL url: http://localhost:8090/api/metrics/POD-2/WORKLOAD?bucket-unit=TOTAL
body: none body: none
auth: bearer auth: basic
} }
params:query { params:query {
bucket-unit: TOTAL bucket-unit: TOTAL
} }
auth:bearer { auth:basic {
token: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJ1cG4iOiJiMzk2ODFiMy0zMjNjLTQ3ZDctYjdmYS04MjM4NDc2MjlhZWMiLCJleHAiOjE3NjM5MzI4MjksImdyb3VwcyI6WyJBRE1JTiJdLCJpYXQiOjE3NjI2MzY4MjksImp0aSI6IjczY2UyZjQ2LTUwY2YtNGIyMS04MDMwLTRhY2YyNjQ3MzhiYSIsImlzcyI6Imh0dHBzOi8vcXVhcmt1cy5pby9pc3N1ZXIifQ.ihikbyPyg8Km2JYa6T0OW5O9fEaEHRcubJHBhbzLp5f068wA2PFqjJ5iJ81-v946OwahAZxv2zoiElt6F-e5kLGhnMAlZu55B1l7VuGQxNCsjw9CWE3d74LEcytzCbtzgs5hIR2111aP0YFMLgsCc8cvPBdXlEXDZaOCznPBW--dLDooNsrwmeA4j4kCYaFn2mcBfplIifNjxxwRajhRmXGKRw5_U1YMa-gjQ1O5vXcvlhijxPHT3C-BeR4Y8QEvjWmX-844K-ga1pt98eDU4Es51Lw5KVCkOJhgeibS0CllzZf0h95keTYCEseSFST-ldPDcBAUpsmwrcrDmTJPCQ username: test
password: test
} }
settings { settings {

View File

@ -10,9 +10,7 @@ big.bucket.units=RAW,HOURLY,DAILY,WEEKLY,MONTHLY,YEARLY,TOTAL
dev.dinauer.metrics-service.client.kubooboo.ro=3749832748923748923 dev.dinauer.metrics-service.client.kubooboo.ro=3749832748923748923
dev.dinauer.metrics-service.jwt.client.field=upn dev.dinauer.metrics-service.jwt.client.field=upn
# JWT quarkus.smallrye-jwt.enabled=false
mp.jwt.verify.publickey.location=dev/publicKey.pem
%dev.big.bucket.auth.client-only=false %dev.big.bucket.auth.client-only=false
# Postgres # Postgres