-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
thr
authored and
thr
committed
Mar 14, 2024
1 parent
1ceb0e9
commit 9f565d0
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
microservicesruntime/examples/msr-master-password/README.md
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,18 @@ | ||
# Configure Master Password | ||
|
||
## Prerequisites | ||
|
||
MSR/IS image is created on 10.15 Core Fix 8. | ||
|
||
## `values.yaml` | ||
|
||
Since MSR/IS 10.15 Core Fix 8 is it possible to configure the Master password at startup time using environment variable `SAG_IS_MASTER_PASSWORD_KEY`. You can add environment variables with `extraEnvs` ... | ||
|
||
``` | ||
extraEnvs: | ||
- name: SAG_IS_MASTER_PASSWORD_KEY | ||
valueFrom: | ||
secretKeyRef: | ||
name: msr-default-master-password | ||
key: password-key | ||
``` |
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