-
Notifications
You must be signed in to change notification settings - Fork 94
Hashicorp Vault Integration #260
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: David VIEJO <[email protected]>
Signed-off-by: dviejokfs <[email protected]>
Signed-off-by: dviejokfs <[email protected]>
Signed-off-by: dviejokfs <[email protected]>
Signed-off-by: David VIEJO <[email protected]>
Signed-off-by: dviejokfs <[email protected]>
Signed-off-by: dviejokfs <[email protected]>
Signed-off-by: David VIEJO <[email protected]>
Signed-off-by: dviejokfs <[email protected]>
…orp-vault Signed-off-by: dviejokfs <[email protected]>
Signed-off-by: dviejokfs <[email protected]>
Signed-off-by: dviejokfs <[email protected]>
Thanks for the PR @dviejokfs, I have a suggestion. How about using ESO for creating the certs and keys in the cluster using the vault PKI. |
I searched a bit about ESO since I've never used it before. Is this something you are using? How is it better than directly interacting with Vault? |
Signed-off-by: David VIEJO <[email protected]>
…yperledger/bevel-operator-fabric into feat/implement-hashicorp-vault
Signed-off-by: David VIEJO <[email protected]>
Signed-off-by: David VIEJO <[email protected]>
Signed-off-by: David VIEJO <[email protected]>
Signed-off-by: David VIEJO <[email protected]>
- Introduced a new Prometheus gauge metric `CurrentTimeSeconds` to track the current time in Unix Epoch format. - Implemented a goroutine that updates the `CurrentTimeSeconds` metric every second, ensuring real-time monitoring of the current time. These changes enhance the observability of the system by providing a metric for the current time, which can be useful for various monitoring and alerting purposes. Signed-off-by: dviejokfs <[email protected]>
- Introduced a new Prometheus gauge metric `CurrentTimeSeconds` to track the current time in Unix Epoch format. - Implemented a goroutine that updates the `CurrentTimeSeconds` metric every second, ensuring real-time monitoring of the current time. These changes enhance the observability of the system by providing a metric for the current time, which can be useful for various monitoring and alerting purposes.
Implement Hashicorp Vault integration