The `github.com.hashicorp.vault.api.Client.Sys` package in Golang provides functions for interacting with the system endpoints of the HashiCorp Vault API. These endpoints allow users to perform administrative tasks and retrieve system information from the Vault server. The package includes methods for managing the Vault's seal status, generating root tokens, managing expiration of tokens, and performing other system-related operations. By using this package, developers can easily integrate their Golang applications with the HashiCorp Vault API to automate system configuration and management tasks.
Golang Client.Sys - 20 examples found. These are the top rated real world Golang examples of github.com/hashicorp/vault/api.Client.Sys extracted from open source projects. You can rate examples to help us improve the quality of examples.