-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add VaultTemplate to SigningServiceImpl
- Loading branch information
1 parent
aed1ff2
commit 262b4f7
Showing
17 changed files
with
202 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
spring: | ||
application: | ||
name: cwa-dcc-rules | ||
cloud: | ||
vault: | ||
ssl: | ||
trust-store: file:${SSL_VAULT_TRUSTSTORE_PATH} | ||
trust-store-password: ${SSL_VAULT_TRUSTSTORE_PASSWORD} | ||
enabled: true | ||
generic: | ||
enabled: false | ||
fail-fast: true | ||
authentication: KUBERNETES | ||
kubernetes: | ||
role: ${VAULT_ROLE} | ||
kubernetes-path: kubernetes | ||
service-account-token-file: /var/run/secrets/kubernetes.io/serviceaccount/token | ||
uri: ${VAULT_URI} | ||
connection-timeout: 5000 | ||
read-timeout: 15000 | ||
config: | ||
order: -10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
spring: | ||
cloud: | ||
vault: | ||
enabled: true | ||
# use for local vault transit test (change the access token) | ||
token: hvs.qWwAqjjaWnWtFXZkY1q7OYWX | ||
scheme: http | ||
fail-fast: true | ||
# use for local vault transit test (change the uri) | ||
uri: http://127.0.0.1:8200 | ||
connection-timeout: 5000 | ||
read-timeout: 15000 | ||
config: | ||
order: -10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
spring: | ||
cloud: | ||
vault: | ||
enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.