revert: Revert "feat: add authentication permissions for metrics endpoints in application.yml"
This reverts commit 04edd4d6fd.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user