From a740467f76550f47da3dc83d2d5e232e21dd4fb5 Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sun, 16 Nov 2025 18:10:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Disable=20smallrye=20jwt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bruno/Get.bru | 9 +++++---- src/main/resources/application.properties | 4 +--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/bruno/Get.bru b/bruno/Get.bru index 5bb14de..f3b2e23 100644 --- a/bruno/Get.bru +++ b/bruno/Get.bru @@ -5,17 +5,18 @@ meta { } 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 - auth: bearer + auth: basic } params:query { bucket-unit: TOTAL } -auth:bearer { - token: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJ1cG4iOiJiMzk2ODFiMy0zMjNjLTQ3ZDctYjdmYS04MjM4NDc2MjlhZWMiLCJleHAiOjE3NjM5MzI4MjksImdyb3VwcyI6WyJBRE1JTiJdLCJpYXQiOjE3NjI2MzY4MjksImp0aSI6IjczY2UyZjQ2LTUwY2YtNGIyMS04MDMwLTRhY2YyNjQ3MzhiYSIsImlzcyI6Imh0dHBzOi8vcXVhcmt1cy5pby9pc3N1ZXIifQ.ihikbyPyg8Km2JYa6T0OW5O9fEaEHRcubJHBhbzLp5f068wA2PFqjJ5iJ81-v946OwahAZxv2zoiElt6F-e5kLGhnMAlZu55B1l7VuGQxNCsjw9CWE3d74LEcytzCbtzgs5hIR2111aP0YFMLgsCc8cvPBdXlEXDZaOCznPBW--dLDooNsrwmeA4j4kCYaFn2mcBfplIifNjxxwRajhRmXGKRw5_U1YMa-gjQ1O5vXcvlhijxPHT3C-BeR4Y8QEvjWmX-844K-ga1pt98eDU4Es51Lw5KVCkOJhgeibS0CllzZf0h95keTYCEseSFST-ldPDcBAUpsmwrcrDmTJPCQ +auth:basic { + username: test + password: test } settings { diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6df0b1d..595b7a2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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.jwt.client.field=upn -# JWT -mp.jwt.verify.publickey.location=dev/publicKey.pem - +quarkus.smallrye-jwt.enabled=false %dev.big.bucket.auth.client-only=false # Postgres