Skip to content

Commit

Permalink
Add warning about no-newlines allowed for KMS encryption context
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis committed Dec 11, 2023
1 parent 3fc8f5e commit 4e9e752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/docs/lokistack/object_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ _Note_: Upon setting up LokiStack for any object storage provider, you should co
--from-literal=sse_kms_encryption_context="<OPTIONAL_AWS_SSE_KMS_ENCRYPTION_CONTEXT_JSON>"
```
See also official docs on [AWS KMS Key ID](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id) and [AWS KMS Encryption Context](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context).
See also official docs on [AWS KMS Key ID](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id) and [AWS KMS Encryption Context](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context) (**Note:** Only content without newlines allowed, because it is exposed via environment variable to the containers).

or with `SSE-S3` encryption

Expand Down

0 comments on commit 4e9e752

Please sign in to comment.