appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.95k stars 3.66k forks source link

[Feature]: Appsmith EE/BE: Support for AWS Roles as Credentials for Backup Archive Upload to S3 Bucket #25679

Open ame-appsmith opened 1 year ago

ame-appsmith commented 1 year ago

Is there an existing issue for this?

Summary

Currently, the uploading of backup archives to S3 bucked is done with access keys. Support for AWS Role as credential.

Why should this be worked on?

Gives users more options. IAM Role is better from a security perspective compared to access keys.

ronicthomas commented 1 week ago

We need this as well - our environment doesn't allow long lived access keys to be created and all communication with AWS services must happen via IAM roles. As I understand, the code should remove all references to access keys and let the developers decide how they want the appsmith pods to communicate with AWS services