generated from vst/haskell-template-hebele
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As number of secrets increase, it becomes difficult to see and manage them in a single YAML file.
Something like:
services:
api:
token:
type: "op-read"
value:
account: "IPAEPH0JI3REE8FICHOOVU4CHA"
uri: "op://Devops/OokahCuZ4fo8ahphie1aiFa0ei/API Tokens/write-only"
customer1:
include: ./customer1.yaml
customer2:
include: ../customer2/opsops.yaml
customer3:
include: /data/customer3/config/opsops.yamlAnother option was to switch to TOML as it reads better, but I want to stick to JSON/YAML as tooling is more ubiquitous.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request