Skip to content

Commit

Permalink
Merge pull request #63 from smallstep/disable-extensions
Browse files Browse the repository at this point in the history
Add disable_smallstep_extensions claim
  • Loading branch information
maraino authored Jul 20, 2023
2 parents 1389fd5 + 8e63f93 commit 1b55abb
Show file tree
Hide file tree
Showing 8 changed files with 278 additions and 244 deletions.
4 changes: 2 additions & 2 deletions admin.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions eab.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions majordomo.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 59 additions & 38 deletions majordomo_grpc.pb.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions policy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

404 changes: 208 additions & 196 deletions provisioners.pb.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions provisioners.proto
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ message Claims {
SSHClaims ssh = 2;
bool disable_renewal = 3;
bool allow_renewal_after_expiry = 4;
bool disable_smallstep_extensions = 5;
}

message X509Claims {
Expand Down

0 comments on commit 1b55abb

Please sign in to comment.