canonical / charm-relation-interfaces

https://canonical.github.io/charm-relation-interfaces/
Apache License 2.0
16 stars 48 forks source link

[DPE-3357] Add S3 service account #135

Open phvalguima opened 9 months ago

phvalguima commented 9 months ago

This PR adds the service account as an alternative key/ID for users, compared to access_/secret_keys. This is useful, for example, for GCS cloud.

The service account should be passed as a base64 string containing the file content.

This PR is related to: https://github.com/canonical/s3-integrator/pull/26

gruyaume commented 7 months ago

@phvalguima can you please address my comment?