DEVX-178: [BE] Разработать endpoint выдачи информации для подключении фейн-клиентов через gradle/maven
This commit is contained in:
parent
78c9bee37f
commit
f920a039c1
@ -25,4 +25,6 @@ data:
|
||||
auth:
|
||||
enabled: {{$.Values.auth.enabled}}
|
||||
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}}
|
||||
@ -27,4 +27,7 @@ auth:
|
||||
enabled: 'true'
|
||||
jwk:
|
||||
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'
|
||||
Loading…
x
Reference in New Issue
Block a user