Created
November 14, 2018 21:32
-
-
Save whip113/007823519e015f87d1202bfe26e344fc to your computer and use it in GitHub Desktop.
Cluster policy sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- !policy | |
id: conjur | |
body: | |
- !policy | |
id: cluster/my-policy-cluster-name | |
body: | |
- !layer | |
- &hosts | |
- !host | |
id: conjur1.example.com | |
- !host | |
id: conjur2.examle.com | |
- !host | |
id: conjur3.example.com | |
- !grant | |
role: !layer | |
member: *hosts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment