Skip to content

Commit

Permalink
Correct permissions for accessing provider enroll (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherias authored Feb 2, 2024
1 parent 5ad2f9d commit 648f9c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/api/protobuf/go/minder/v1/minder.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 proto/minder/v1/minder.proto
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ service OAuthService {

option (rpc_options) = {
target_resource: TARGET_RESOURCE_PROJECT
relation: RELATION_PROVIDER_GET
relation: RELATION_PROVIDER_UPDATE
};
}
// buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
Expand Down Expand Up @@ -311,7 +311,7 @@ service OAuthService {

option (rpc_options) = {
target_resource: TARGET_RESOURCE_PROJECT
relation: RELATION_PROVIDER_GET
relation: RELATION_PROVIDER_UPDATE
};
}

Expand Down

0 comments on commit 648f9c4

Please sign in to comment.