package
0.0.0-20240820180514-79772de91d0a
Repository: https://github.com/tailscale/setec.git
Documentation: pkg.go.dev

# Constants

ActionActivate ("activate" in the API) denotes permission to set one one of of the available versions of a secret as the active one.
ActionDelete ("delete" in the API) denotes permission to delete secret versions, either individually or entirely.
ActionGet ("get" in the API) denotes permission to fetch the contents of a secret.
ActionInfo ("info" in the API) denotes permission to read the metadata for a secret, including available and active version numbers, but not the secret values.
ActionPut ("put" in the API) denotes permission to put a new value of a secret.

# Structs

Rule is an access control rule that permits some actions on some secrets.

# Type aliases

Action is an action on secrets that is subject to access control.
Rules is a set of ACLs for access to a secret.
Secret is a secret name pattern that can optionally contain '*' wildcard characters.