-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Imagine you want to generate a new wireguard, SSH key, or Postgres password on demand.
We'll likely need to specify a type of secrets here to know what needs to be generated, with generation as a supported feature.
[project]
name = "myproject"
revision = "1.0"
[secrets.default]
MY_SSH_KEY = { description = "...", type = "ssh", generate = true }Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request