revert: Revert "feat: add authentication permissions for metrics endpoints in application.yml"

This reverts commit 04edd4d6fd.
This commit is contained in:
2026-05-12 23:16:05 +02:00
parent 3870566349
commit a298417b9e
6 changed files with 12 additions and 50 deletions
@@ -1,11 +1,6 @@
quarkus:
http:
port: 8083
auth:
permission:
metrics:
paths: /q/metrics,/q/health/*
policy: permit
application:
name: nowchess-account
redis:
@@ -1,11 +1,6 @@
quarkus:
http:
port: 8080
auth:
permission:
metrics:
paths: /q/metrics,/q/health/*
policy: permit
application:
name: nowchess-core
index-dependency:
@@ -1,11 +1,6 @@
quarkus:
http:
port: 8081
auth:
permission:
metrics:
paths: /q/metrics,/q/health/*
policy: permit
grpc:
server:
use-separate-server: false
@@ -1,11 +1,6 @@
quarkus:
http:
port: 8082
auth:
permission:
metrics:
paths: /q/metrics,/q/health/*
policy: permit
grpc:
server:
use-separate-server: false