You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
One of our apps went into a degraded state and then dumped a ComparisonError and the RPC message of the error which contained sensitive information/credentials. It seems like a lot of conditions could dump data out of the condition output.
Diagnostics
It appears to be this section of the templates.
{{range $index, $c := .app.status.conditions}}
{{if not $index}},{{end}}
{{if $index}},{{end}}
{
"title": "{{$c.type}}",
"value": "See App",
"short": true
}
{{end}}
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
Summary
One of our apps went into a degraded state and then dumped a ComparisonError and the RPC message of the error which contained sensitive information/credentials. It seems like a lot of conditions could dump data out of the condition output.
Diagnostics
It appears to be this section of the templates.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: