0.27.3 — seed-secrets extracts from containers, drop oidc_client-secret (public client)
Some checks failed
ci / build-test (push) Has been cancelled
ci / docker-build (push) Has been cancelled
ci / web (push) Has been cancelled
Desktop App / Build Linux (amd64) (push) Has been cancelled
Desktop App / Attach to Release (push) Has been cancelled

This commit is contained in:
2026-08-08 20:59:04 +02:00
parent 89a94c24c9
commit 653ea3a116
3 changed files with 30 additions and 26 deletions

View File

@@ -64,7 +64,7 @@ func main() {
secrets.VerifyExpectedSecrets(ctx, sec, []string{
"matrix_token", "approval_hmac-secret", "mcp_bearer-token",
"api_token", "oidc_client-secret", "openrouter_api-key", "webhook_hmac-secret",
"api_token", "openrouter_api-key", "webhook_hmac-secret",
})
}
@@ -385,7 +385,6 @@ var expectedSecrets = []string{
"approval_hmac-secret",
"mcp_bearer-token",
"api_token",
"oidc_client-secret",
"openrouter_api-key",
"webhook_hmac-secret",
}