Commit 624aef0 1 parent 4adf285 commit 624aef0 Copy full SHA for 624aef0
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,8 @@ pub struct Options {
367
367
#[ derive( Parser , Debug ) ]
368
368
pub struct OidcConfig {
369
369
#[ arg(
370
- long = "oidc-client-id" ,
370
+ long = "oidc-client" ,
371
+ name = "oidc-client" ,
371
372
env = "P_OIDC_CLIENT_ID" ,
372
373
required = false ,
373
374
help = "Client id for OIDC provider"
@@ -376,6 +377,7 @@ pub struct OidcConfig {
376
377
377
378
#[ arg(
378
379
long = "oidc-client-secret" ,
380
+ name = "oidc-client-secret" ,
379
381
env = "P_OIDC_CLIENT_SECRET" ,
380
382
required = false ,
381
383
help = "Client secret for OIDC provider"
@@ -384,6 +386,7 @@ pub struct OidcConfig {
384
386
385
387
#[ arg(
386
388
long = "oidc-issuer" ,
389
+ name = "oidc-issuer" ,
387
390
env = "P_OIDC_ISSUER" ,
388
391
required = false ,
389
392
value_parser = validation:: url,
You can’t perform that action at this time.
0 commit comments