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

[FEATURE] Status of secret sync in AzureKeyvaultSecret CR #350

Open
GijsvanDulmen opened this issue Apr 25, 2022 · 0 comments
Open

[FEATURE] Status of secret sync in AzureKeyvaultSecret CR #350

GijsvanDulmen opened this issue Apr 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@GijsvanDulmen
Copy link

It would be wonderfull if a failure or success of a synced secret would be written to the status part of the custom resource. This makes it possible to write a health check in ArgoCD for example and makes monitoring better. Currently only the initial sync can somewhat be monitored with the following health check in ArgoCD:

hs = {} if obj.status ~= nil then if obj.status.lastAzureUpdate ~= nil then hs.status = "Healthy" hs.message = obj.status.secretHash return hs end end hs.status = "Progressing" hs.message = "Waiting for reconciliation" return hs

@GijsvanDulmen GijsvanDulmen added the enhancement New feature or request label Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant