Skip to content

Commit

Permalink
Merge pull request #11 from smallstep/feat/renewAfterExpiry
Browse files Browse the repository at this point in the history
Add renew after expiry claim
  • Loading branch information
maraino authored Mar 14, 2022
2 parents d1d01a1 + b2ac57d commit 1819b7c
Show file tree
Hide file tree
Showing 7 changed files with 151 additions and 139 deletions.
2 changes: 1 addition & 1 deletion admin.pb.go

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

2 changes: 1 addition & 1 deletion config.pb.go

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

2 changes: 1 addition & 1 deletion eab.pb.go

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

2 changes: 1 addition & 1 deletion majordomo.pb.go

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

2 changes: 1 addition & 1 deletion majordomo_grpc.pb.go

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

279 changes: 145 additions & 134 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 @@ -57,6 +57,7 @@ message Claims {
X509Claims x509 = 1;
SSHClaims ssh = 2;
bool disable_renewal = 3;
bool allow_renew_after_expiry = 4;
}

message X509Claims {
Expand Down

0 comments on commit 1819b7c

Please sign in to comment.