Skip to content

Commit

Permalink
added duration to grant (#43)
Browse files Browse the repository at this point in the history
* added duration to grant

* Add changeset

---------

Co-authored-by: Chris Norman <[email protected]>
  • Loading branch information
meyerjrr and chrnorm authored Mar 7, 2024
1 parent b783bed commit 32a6184
Show file tree
Hide file tree
Showing 48 changed files with 111 additions and 90 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-radios-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@common-fate/sdk": patch
---

Adds a duration field to the Grant message.
2 changes: 1 addition & 1 deletion gen/commonfate/access/v1alpha1/access.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 gen/commonfate/access/v1alpha1/access_request.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 gen/commonfate/access/v1alpha1/audit_logs.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 gen/commonfate/access/v1alpha1/diagnostic.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 gen/commonfate/access/v1alpha1/entities.pb.go

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

103 changes: 58 additions & 45 deletions gen/commonfate/access/v1alpha1/grant.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 gen/commonfate/access/v1alpha1/grants.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 gen/commonfate/access/v1alpha1/identity.pb.go

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

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

2 changes: 1 addition & 1 deletion gen/commonfate/access/v1alpha1/named_eid.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 gen/commonfate/access/v1alpha1/provisioner.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 gen/commonfate/access/v1alpha1/resource.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 gen/commonfate/access/v1alpha1/user.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 gen/commonfate/authz/v1alpha1/authz.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 gen/commonfate/authz/v1alpha1/evaluation.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 gen/commonfate/authz/v1alpha1/health.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 gen/commonfate/authz/v1alpha1/policy.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 gen/commonfate/authz/v1alpha1/request.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 gen/commonfate/control/attest/v1alpha1/attest.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 gen/commonfate/control/attest/v1alpha1/attestation.pb.go

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

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

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

2 changes: 1 addition & 1 deletion gen/commonfate/control/config/v1alpha1/idp.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 gen/commonfate/control/config/v1alpha1/selector.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 gen/commonfate/control/config/v1alpha1/slack_alert.pb.go

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

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

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

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

2 changes: 1 addition & 1 deletion gen/commonfate/control/integration/v1alpha1/aws_idc.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 gen/commonfate/control/integration/v1alpha1/aws_rds.pb.go

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

Loading

0 comments on commit 32a6184

Please sign in to comment.