kyma-project / cloud-manager

Apache License 2.0
3 stars 14 forks source link

Google JWT Error #382

Closed ngrkajac closed 2 months ago

ngrkajac commented 2 months ago

Description Search logs for Invalid JWT Signature.

resource.labels.pod_name=~"cloud-manager.*"
"Invalid JWT Signature."

Expected result

Actual result

Steps to reproduce

Troubleshooting

ravi-shankar-sap commented 2 months ago

The issue was triggered by the credential rotations by the SRE team.

The credential rotation resulted in the update of the secret cloud-manager-env-gcp. This update was only detected by the GCP Authentication check, while the GCP service API calls were still using the old credentials and failing with 500 error responses. The issue is fixed now in the following PRs: