Skip to content

Commit

Permalink
Revert "Remove provisioning add reqid (#26)" (#29)
Browse files Browse the repository at this point in the history
This reverts commit 64cdcf1.
  • Loading branch information
meyerjrr authored Feb 26, 2024
1 parent 2f0edc6 commit 62f667a
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 78 deletions.
120 changes: 55 additions & 65 deletions gen/commonfate/access/v1alpha1/access.pb.go

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

25 changes: 15 additions & 10 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.

3 changes: 0 additions & 3 deletions proto/commonfate/access/v1alpha1/access.proto
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,13 @@ message BatchEnsureResponse {
// associated with the request.
string trace_id = 1;


repeated GrantState grants = 2;

// User-facing diagnostic warnings, for messages such as the user not having permissions
// to request some of the entitlements they asked for.
//
// Rather than failing the entire operation the Access Handler returns warnings.
repeated Diagnostic diagnostics = 6;
string request_id = 7;

}

message GrantState {
Expand Down
1 change: 1 addition & 0 deletions proto/commonfate/access/v1alpha1/grant.proto
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ enum GrantStatus {
GRANT_STATUS_PENDING = 1;


GRANT_STATUS_PROVISIONING = 2;

// The grant to the entitlement is currently active.
GRANT_STATUS_ACTIVE = 3;
Expand Down

0 comments on commit 62f667a

Please sign in to comment.