-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: access-key and secret-key as Juju Config instead of action #62
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/DPE-5556.
|
Hi, @mcarvalhor, the plan is to switch to a configuration pointing to a secret like in the azure-storage-integrator charm. Would that work for your use case? |
Hi @dragomirp I think that works! Since Terraform Juju provider supports secrets as well: |
Any updates on this? Thanks. |
@deusebio ^^^ |
The design plans are clear, meaning how we want to handle the merge of s3 and azure storage integration, which has been detailed in the spec document DA103 - Object Storage Integrator Charms. For the implementation unfortunately we don't have any ETA as this was not planned as part of the 24.05 goals. I'm afraid that especially in the first weeks of 2025 there will be very limited room for this, but we'll use mid-cycle to trigger the discussions and figure out a reasonable ETA for this. |
Hi everyone,
Currently we need to run
sync-s3-credentials
action in order to provide the access-key and secret-key to the s3-integrator charm.This is a feature request to add these as Juju config as well (or instead).
Since Terraform Juju Provider doesn't support actions, this becomes a manual step which cannot be automated.
If it's a Juju config, we can automate it using Terraform Juju Provider and Terraform Openstack Provider.
The text was updated successfully, but these errors were encountered: