Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add "imports" to key domains #1

Open
kurtbrose opened this issue Feb 12, 2018 · 0 comments
Open

add "imports" to key domains #1

kurtbrose opened this issue Feb 12, 2018 · 0 comments

Comments

@kurtbrose
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant