DEVX-178: [BE] Разработать endpoint выдачи информации для подключении фейн-клиентов через gradle/maven

This commit is contained in:
subochev 2026-03-27 04:01:10 +03:00
parent 78c9bee37f
commit f920a039c1
2 changed files with 7 additions and 2 deletions

View File

@ -25,4 +25,6 @@ data:
auth: auth:
enabled: {{$.Values.auth.enabled}} enabled: {{$.Values.auth.enabled}}
jwk-uri: {{$.Values.auth.jwk.url}} jwk-uri: {{$.Values.auth.jwk.url}}
jwt-service-claim-name: dev-space jwt-service-claim-name: dev-space
api-registry:
url: {{$.Values.integrations.core.url}}

View File

@ -27,4 +27,7 @@ auth:
enabled: 'true' enabled: 'true'
jwk: jwk:
url: 'https://192.168.76.150/realms/devspace-dev/protocol/openid-connect/certs' url: 'https://192.168.76.150/realms/devspace-dev/protocol/openid-connect/certs'
claimName: 'dev-space' claimName: 'dev-space'
integrations:
core:
url: 'http://devspace-apiregistry-core-service-agent:8080'