Documentation ¶
Overview ¶
Package cli implements a way to log into vault for CLIs
Copyright 2023 Outreach Corporation. All Rights Reserved.
Description: Defines logger singleton.
Copyright 2023 Outreach Corporation. All Rights Reserved.
Description: Stores functions to ensure that the user is logged into vault
Index ¶
Constants ¶
View Source
const ( // ProductionAddress is the vault address for the producton Vault server ProductionAddress = "https://vault.outreach.cloud" // DevelopmentAddress is the Vault address for the development Vault server DevelopmentAddress = "https://vault-dev.outreach.cloud/" // OidcAuthMethod for using the oidc authentication method to obtain a Vault token OidcAuthMethod = "oidc" )
const defines constants for the Vault CLI
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.