Skip to content

Include Config from Other Files #29

@vst

Description

@vst

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.yaml

Another 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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions