File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,8 @@ pub struct Options {
367367#[ derive( Parser , Debug ) ]
368368pub struct OidcConfig {
369369 #[ arg(
370- long = "oidc-client-id" ,
370+ long = "oidc-client" ,
371+ name = "oidc-client" ,
371372 env = "P_OIDC_CLIENT_ID" ,
372373 required = false ,
373374 help = "Client id for OIDC provider"
@@ -376,6 +377,7 @@ pub struct OidcConfig {
376377
377378 #[ arg(
378379 long = "oidc-client-secret" ,
380+ name = "oidc-client-secret" ,
379381 env = "P_OIDC_CLIENT_SECRET" ,
380382 required = false ,
381383 help = "Client secret for OIDC provider"
@@ -384,6 +386,7 @@ pub struct OidcConfig {
384386
385387 #[ arg(
386388 long = "oidc-issuer" ,
389+ name = "oidc-issuer" ,
387390 env = "P_OIDC_ISSUER" ,
388391 required = false ,
389392 value_parser = validation:: url,
You can’t perform that action at this time.
0 commit comments