Skip to content

Commit

Permalink
Merge pull request #84 from jdoupe/AuthParams
Browse files Browse the repository at this point in the history
Auth params
  • Loading branch information
maraino authored Jun 12, 2024
2 parents ca50d88 + 6bc39e7 commit 121e05b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions provisioners.pb.go

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

2 changes: 2 additions & 0 deletions spec/linkedca/provisioners.proto
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ message OIDCProvisioner {
repeated string groups = 6;
string listen_address = 7;
string tenant_id = 8;
repeated string scopes = 9;
repeated string auth_params = 10;
}

message GCPProvisioner {
Expand Down

0 comments on commit 121e05b

Please sign in to comment.