Skip to main content
Version: Next

Secret

Secret's are a way of saving a password as an example in a module config

type User struct {
User string `yaml:"user"`
Password string `yaml:"password" type:"secret"`
}

passwords with the type:secret

password-body.png