canonical / cos-configuration-k8s-operator

This charmed operator for Kubernetes enables you to provide configurations to various components of the Canonical Observability Stack (COS) bundle.
https://charmhub.io/cos-configuration-k8s
Apache License 2.0
4 stars 5 forks source link

Store git_ssh_key in Juju Secret if using Juju 3 #69

Open lucabello opened 12 months ago

lucabello commented 12 months ago

Enhancement Proposal

Following the work on https://github.com/canonical/cos-configuration-k8s-operator/pull/67, we should store the git_ssh_key in Juju secrets when using Juju 3

Abuelodelanada commented 11 months ago

Example implementation: https://github.com/canonical/traefik-k8s-operator/pull/142