Skip to content

Commit a150a7b

Browse files
authored
updated authparams to auth_params for more consistency
1 parent 7f959a2 commit a150a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/linkedca/provisioners.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ message OIDCProvisioner {
108108
string listen_address = 7;
109109
string tenant_id = 8;
110110
repeated string scopes = 9;
111-
repeated string authparams = 10;
111+
repeated string auth_params = 10;
112112
}
113113

114114
message GCPProvisioner {

0 commit comments

Comments
 (0)