Implement "certificates" interface to enable automatic CA provisioning
Bug #1999507 reported by
Aliaksandr Vasiuk
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
charm-openstack-service-checks |
New
|
Wishlist
|
Unassigned |
Bug Description
Hello,
We need to implement "certificates" interface for openstack-
Right now there is a workaround how to do this:
```
juju run-action \
--wait vault/0 get-root-ca --format json \
| jq -r '."unit-
| base64 -w 0 \
| xargs -I {} juju config openstack-
```
But it is not so obvious so user faces bugs like that:
https:/
Best Regards,
Alex.
To post a comment you must log in.