Documentation
¶
Index ¶
- Constants
- func DeleteSecret(secretName string, console spi.Console, apiClient *galasaapi.APIClient, ...) error
- func GetFormatterNamesAsString() string
- func GetSecrets(secretName string, format string, console spi.Console, ...) error
- func SetSecret(secretName string, username string, password string, token string, ...) error
Constants ¶
View Source
const (
BASE64_ENCODING = "base64"
)
Variables ¶
This section is empty.
Functions ¶
func DeleteSecret ¶
func GetFormatterNamesAsString ¶
func GetFormatterNamesAsString() string
func GetSecrets ¶
func SetSecret ¶
func SetSecret( secretName string, username string, password string, token string, base64Username string, base64Password string, base64Token string, secretType string, description string, console spi.Console, apiClient *galasaapi.APIClient, byteReader spi.ByteReader, ) error
Creates or updates a Galasa Secret using the provided parameters into an ecosystem's credentials store
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.