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

update: obs.nerc renew certs and keys if not another solution is in place #801

Open
schwesig opened this issue Nov 6, 2024 · 0 comments
Assignees
Labels
observability openshift This issue pertains to NERC OpenShift

Comments

@schwesig
Copy link
Member

schwesig commented Nov 6, 2024

@larsks @schwesig I updated the certs and keys described in this issue (observability-grafana-certs, observability-server-ca-certs) in nerc-ocp-obs/dex/grafanas vault (GF_TLSCLIENTCERT, GF_TLSCLIENTKEY, GF_TLSCACERT) and restarted the grafana pods to get Grafana working again!

oc --as system:admin -n open-cluster-management-observability get secret/observability-grafana-certs -o jsonpath='{.data.tls\.crt}' | base64 -d
oc --as system:admin -n open-cluster-management-observability get secret/observability-grafana-certs -o jsonpath='{.data.tls\.key}' | base64 -d
oc --as system:admin -n open-cluster-management-observability get secret/observability-server-ca-certs -o jsonpath='{.data.ca\.crt}' | base64 -d

It's still a temporary solution until:

        Validity
            Not Before: Aug 20 14:16:50 2024 GMT
            Not After : Aug 20 14:16:50 2025 GMT

Originally posted by @computate in #800

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
observability openshift This issue pertains to NERC OpenShift
Projects
None yet
Development

No branches or pull requests

3 participants