operator icon indicating copy to clipboard operation
operator copied to clipboard

Support credential-get hook tool support

Open dshcherb opened this issue 5 years ago • 0 comments

credential-get hook tool is used by k8s cloud integrator charms (OpenStack, AWS, GCP, Azure etc.) to get access to cloud credentials via a Juju controller.

https://jaas.ai/docs/deploying-advanced-applications#heading--trusting-an-application-with-a-credential https://github.com/juju/juju/blob/juju-2.7.4/worker/uniter/runner/jujuc/credential-get.go

E.g. OpenStack Integrator: https://github.com/juju-solutions/charm-openstack-integrator/blob/101913504d047a1b4b9b6c4dcfb901d66fd9399e/lib/charms/layer/openstack.py#L38-L70

This needs to be modeled in the framework so that this class of charms can be written with the operator framework.

dshcherb avatar Mar 16 '20 17:03 dshcherb