Skip to content

Commit 4bce373

Browse files
committed
Remove vault token
1 parent 269241e commit 4bce373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oauth2-jwk-with-vault/authorization-service/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spring:
66
scheme: http
77
uri: http://127.0.0.1:8200
88
authentication: token
9-
token: hvs.hglQ55cjynUL4KoREE31eN8o
9+
token: ${VAULT_TOKEN}
1010
fail-fast: true
1111
kv:
1212
enabled: true

oauth2-jwk-with-vault/resource-service/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spring:
99
scheme: http
1010
uri: http://127.0.0.1:8200
1111
authentication: token
12-
token: hvs.hglQ55cjynUL4KoREE31eN8o
12+
token: ${VAULT_TOKEN}
1313
fail-fast: true
1414
kv:
1515
enabled: true

0 commit comments

Comments
 (0)