azimuth-cloud / azimuth-caas-operator

K8s operator to create ansible based clusters using K8s CRDs
Apache License 2.0
1 stars 2 forks source link

Support injecting secrets for specific cluster templates #35

Closed JohnGarbutt closed 1 year ago

JohnGarbutt commented 1 year ago

Maybe we should support injecting an ansible vault secret, or ideally a more k8s native secret that is injected via a var file or similar.

Similarly, injecting ssh keys for access to private git repos, and similar.

jjo93sa commented 1 year ago

Ansible vault would be very useful, at least to add the transition from AWX to CRD

JohnGarbutt commented 1 year ago

We have a partial fix, we can inject a secret, per cluster type into ~/.ssh. Lets create a new ticket with specific limitations around that approach.