canonical / s3-integrator

An integrator charm for handling s3 credentials
https://charmhub.io/s3-integrator
Apache License 2.0
1 stars 1 forks source link

[DPE-3331][GCS] Add service account credentials #26

Open phvalguima opened 8 months ago

phvalguima commented 8 months ago

Some public clouds support service accounts instead of access_/secret_key. GCP is one example.

This PR adds service account credential support to the s3 integrator.

This PR is related to: https://github.com/canonical/charm-relation-interfaces/pull/135

phvalguima commented 8 months ago

Hi @welpaolo thanks for your review. I actually rebased this change onto that PR.

@a-velasco can you review as well?