From f2a296794ed63b6b93292d6784f13a875097b0dc Mon Sep 17 00:00:00 2001 From: Periklis Tsirakidis Date: Tue, 2 Apr 2024 18:56:33 +0200 Subject: [PATCH] Update short_lived_tokens_authentication.md Co-authored-by: Robert Jacob --- operator/docs/enhancements/short_lived_tokens_authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/docs/enhancements/short_lived_tokens_authentication.md b/operator/docs/enhancements/short_lived_tokens_authentication.md index 2878eb3ad3a5..7d9deba30b7b 100644 --- a/operator/docs/enhancements/short_lived_tokens_authentication.md +++ b/operator/docs/enhancements/short_lived_tokens_authentication.md @@ -90,7 +90,7 @@ type ObjectStorageSecretSpec struct { } ``` -The purpose of the `CredentialMode` is to override the detected credentials type from object storage secrets or the operator environment variables. Latter is only supported on AWS-STS/Azure-WIF managed OpenShift clusters, where the operator is using CredetialMode `token-cco` by default. However, the user might want to use `static` to store logs for example to Minio on the same cluster instead to AWS S3. +The purpose of the `CredentialMode` is to override the detected credentials type from object storage secrets or the operator environment variables. Latter is only supported on AWS-STS/Azure-WIF managed OpenShift clusters, where the operator is using CredentialMode `token-cco` by default. However, the user might want to use `static` to store logs for example to Minio on the same cluster instead to AWS S3. ### Implementation Details/Notes/Constraints