Format playground examples
This commit is contained in:
@@ -48,7 +48,7 @@ ServicePatch = {
|
||||
teams = import "./policy/teams.dcdl";
|
||||
env = "prod";
|
||||
in
|
||||
{
|
||||
{
|
||||
service = "payments";
|
||||
readers = policy.defaultReaders ++ teams.observability;
|
||||
writers = policy.defaultWriters ++ teams.payments;
|
||||
@@ -61,7 +61,7 @@ in
|
||||
"prod": 365;
|
||||
_: 30;
|
||||
};
|
||||
}
|
||||
}
|
||||
`,
|
||||
'policy/base.dcdl': `defaultReaders = ["group:engineering", "group:support"];
|
||||
defaultWriters = ["group:platform"];
|
||||
|
||||
Reference in New Issue
Block a user