We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4664858 commit 49b70c8Copy full SHA for 49b70c8
config-repo/svca-service.yml
@@ -11,8 +11,8 @@ authserver:
11
security:
12
oauth2:
13
client:
14
- clientId: account-service
15
- clientSecret: ${ACCOUNT_SERVICE_PASSWORD:password}
+ clientId: svca-service
+ clientSecret: ${SVCA_SERVICE_PASSWORD:password}
16
accessTokenUri: http://localhost:5000/uaa/oauth/token
17
grant-type: client_credentials
18
scope: server
config-repo/svcb-service.yml
@@ -1,4 +1,13 @@
1
server:
2
port: 8070
3
4
-msg: Hello
+msg: Hello
5
+
6
+security:
7
+ oauth2:
8
+ client:
9
+ clientId: svcb-service
10
+ clientSecret: ${SVCB_SERVICE_PASSWORD:password}
+ accessTokenUri: http://localhost:5000/uaa/oauth/token
+ grant-type: client_credentials
+ scope: server
0 commit comments