Skip to content

Commit 3aa1316

Browse files
Add a note for serviceuser rotation
It's good that our users know that this happens. It's not so relevant that they know how, why and when.
1 parent 5fc9ac1 commit 3aa1316

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/persistence/opensearch/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ A very powerful pattern for OpenSearch is search and filter, also known as [face
1919

2020
Nais offers OpenSearch via [Aiven](https://aiven.io/).
2121
Aiven OpenSearch can be used by applications in all environments, but must be *defined* in a GCP cluster.
22-
All OpenSearch instances on Aiven, regardless of plan, are backed up but there are no disaster backups outside of the provider.
22+
All OpenSearch instances on Aiven, regardless of plan, are backed up but there are no disaster backups outside of the provider. The serviceuser for any particular OpenSearch instance gets rotated regularly by the platform.

docs/persistence/valkey/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ tags: [persistence, explanation, valkey, redis, services]
99
Valkey is a key value database that is used for storing and querying data.
1010
It is a good choice for storing data that is not relational in nature and often used for caching.
1111

12+
The serviceuser used by the valkey instance gets rotated on a regular basis.
13+
1214
## Related pages
1315

1416
:dart: [Create Valkey via Application](how-to/create-application.md)

0 commit comments

Comments
 (0)