Skip to content

Commit

Permalink
example msr-master-password added
Browse files Browse the repository at this point in the history
  • Loading branch information
thr authored and thr committed Mar 14, 2024
1 parent 1ceb0e9 commit 9f565d0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions microservicesruntime/examples/msr-master-password/README.md
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
```
1 change: 1 addition & 0 deletions microservicesruntime/helm/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use
| [external-postgresql-db](../examples/external-postgresql-db/README.md) | Using MSR with external PostgresQL database |
| [msr-defaults](../examples/msr-defaults/README.md) | Recommended default application properties|
| [Fluentd Sidecar](../examples/msr-fluentd-sidecar/README.md) | Running with Fluentd Sidecar |
| [msr-master-password](../examples/msr-master-password/README.md) | Setting master password |
| [msr-post-init](../examples/msr-post-init/README.md) | Performs *post-init* actions after startup, e.g. deploy assets to Universal Messaging |
| [msr-push-doc-types](../examples/msr-push-doc-types/README.md) | Pushing IS Document Types after startup |
| [msr-statefulset-csq](../examples/msr-statefulset-csq/README.md) | Deploy MSR with stateful set |
Expand Down

0 comments on commit 9f565d0

Please sign in to comment.