We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I'd like to know the status of my VaultStaticSecrets but I'm not clear whether or not this is possible through the /metrics endpoint.
/metrics
Looking at the controller_resource_status metric being exposed, the only Controllers reporting are vaultauth and vaultconnection.
controller_resource_status
vaultauth
vaultconnection
However, it seems the source code shows a few other Controllers and is missing others (e.g. VaultStaticSecret) https://github.com/search?q=repo%3Ahashicorp/vault-secrets-operator%20SetResourceStatus&type=code
To Reproduce Steps to reproduce the behavior:
kube-prometheus-stack
Expected behavior I hope to see the current statuses of my VaultStaticSecret resources
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I'd like to know the status of my VaultStaticSecrets but I'm not clear whether or not this is possible through the
/metrics
endpoint.Looking at the
controller_resource_status
metric being exposed, the only Controllers reporting arevaultauth
andvaultconnection
.However, it seems the source code shows a few other Controllers and is missing others (e.g. VaultStaticSecret) https://github.com/search?q=repo%3Ahashicorp/vault-secrets-operator%20SetResourceStatus&type=code
To Reproduce
Steps to reproduce the behavior:
kube-prometheus-stack
Expected behavior
I hope to see the current statuses of my VaultStaticSecret resources
Environment
The text was updated successfully, but these errors were encountered: