Skip to content
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

Implement "certificates" interface to enable automatic CA provisioning #108

Open
sudeephb opened this issue Jan 23, 2024 · 0 comments
Open

Comments

@sudeephb
Copy link
Contributor

sudeephb commented Jan 23, 2024

Hello,

We need to implement "certificates" interface for openstack-service-checks charm to enable automatic CA provisioning via "juju add-relation osc vault" or by configuring relations in bundles.

Right now there is a workaround how to do this:

juju run-action \
    --wait vault/0 get-root-ca --format json \
    | jq -r '."unit-vault-0".results.output' \
    | base64 -w 0 \
    | xargs -I {} juju config openstack-service-checks trusted_ssl_ca={}

But it is not so obvious so user faces bugs like that:
https://bugs.launchpad.net/charm-openstack-service-checks/+bug/1926168

Best Regards,
Alex.


Imported from Launchpad using lp2gh.

  • date created: 2022-12-13T11:05:38Z

  • owner: valexby

  • assignee: None

  • the launchpad url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant