Skip to content

Commit

Permalink
Standardized principal extra key name
Browse files Browse the repository at this point in the history
  • Loading branch information
micahhausler committed Oct 29, 2024
1 parent 71effeb commit 8d0668b
Show file tree
Hide file tree
Showing 13 changed files with 75 additions and 2,721 deletions.
6 changes: 3 additions & 3 deletions cedarschema/k8s-authorization.cedarschema
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace k8s {
};
entity Group;
entity Node in [Group] = {
"extras"?: Set < Extra >,
"extra"?: Set < Extra >,
"name": __cedar::String
};
entity NonResourceURL = {
Expand All @@ -31,12 +31,12 @@ namespace k8s {
"subresource"?: __cedar::String
};
entity ServiceAccount in [Group] = {
"extras"?: Set < Extra >,
"extra"?: Set < Extra >,
"name": __cedar::String,
"namespace": __cedar::String
};
entity User in [Group] = {
"extras"?: Set < Extra >,
"extra"?: Set < Extra >,
"name": __cedar::String
};
entity UserUID;
Expand Down
6 changes: 3 additions & 3 deletions cedarschema/k8s-authorization.cedarschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"shape": {
"type": "Record",
"attributes": {
"extras": {
"extra": {
"type": "Set",
"required": false,
"element": {
Expand Down Expand Up @@ -84,7 +84,7 @@
"shape": {
"type": "Record",
"attributes": {
"extras": {
"extra": {
"type": "Set",
"required": false,
"element": {
Expand All @@ -109,7 +109,7 @@
"shape": {
"type": "Record",
"attributes": {
"extras": {
"extra": {
"type": "Set",
"required": false,
"element": {
Expand Down
564 changes: 9 additions & 555 deletions cedarschema/k8s-full.cedarschema

Large diffs are not rendered by default.

Loading

0 comments on commit 8d0668b

Please sign in to comment.