AWS role instead for backups

Is there a way to make discourse accept an AWS Role to be assumed instead of the key/secret for the backups?

Am seeing that the aws-sdk plugin used in discourse already supports it

But unfortunately, the UI will show an error if the key and secret are missing.

2 Likes

See the s3_use_iam_profile site setting. You can set it in your yml with DISCOURSE_S3_USE_IAM_PROFILE: true, I think.

3 Likes