helm icon indicating copy to clipboard operation
helm copied to clipboard

feat(nextcloud): Add support for AWS session token key

Open refucktor opened this issue 10 months ago • 0 comments

Description of the change

  • Introduced a new configuration option for AWS Credentials to use a Session Token.
  • Updated template and values to enable usage of the new key

Benefits

  • Support using temporal AWS Credentials (e.g. STS assumed role)

Possible drawbacks

  • None

Applicable issues

Additional information

  • As you might notice, the session token is only referenced within an existing secret config, the nature of such session tokens comes from temporal credentials, more likely secrets auto-generated from sts assume role, etc. Therefore it only makes sense to reference it from an "existing secret"

Checklist

refucktor avatar Feb 06 '25 15:02 refucktor