Skip to content

add "imports" to key domains #1

Description

@kurtbrose

add the ability of key domains to import values from each other

suggested YAML:

domains:
   domain1:
      secrets:
         a: encrypted-a
         b: encrypted-b
   domain2:
      imports:
         domain1:
            key: domain1-private-key-encrypted-by-domain2-public-key
            secrets: ["a", "b"]

(another alternative would be "extends" which imports all values.... this feels better though as it is more explicit, harder to accidentally pull in a value)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions