Skip to content

Commit

Permalink
improve doc
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhenii Tiutiunnyk <[email protected]>
  • Loading branch information
evheniyt committed Nov 16, 2024
1 parent 9cc8107 commit 07dbc87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/userguide/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -1146,8 +1146,9 @@ The namespace of the `OpenSearchUser` must be the namespace the OpenSearch clust

Note that a secret called `sample-user-password` will need to exist in the `default` namespace with the base64 encoded password in the `password` key.

Also, it is possible to store multiple Users password in the same Secret. To do this, you should create a secret where
each key will be equal to a username and value is a user password.
Also, it is possible to store multiple Users password in the same Secret. To do this, you **must** create a secret where
each key will be equal to a **User name** and value is a user password. **Otherwise, changes in the secret will not trigger User
reconcile!**

#### Opensearch Roles

Expand Down

0 comments on commit 07dbc87

Please sign in to comment.