We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e79561 commit 1139a9eCopy full SHA for 1139a9e
src/cli.rs
@@ -299,17 +299,13 @@ pub struct Options {
299
long,
300
long = "oidc-client",
301
env = "P_OIDC_CLIENT_ID",
302
- requires = "oidc",
303
- group = "oidc",
304
help = "Client id for OIDC provider"
305
)]
306
oidc_client_id: Option<String>,
307
308
#[arg(
309
310
env = "P_OIDC_CLIENT_SECRET",
311
312
313
help = "Client secret for OIDC provider"
314
315
oidc_client_secret: Option<String>,
@@ -318,8 +314,6 @@ pub struct Options {
318
319
env = "P_OIDC_ISSUER",
320
316
value_parser = validation::url,
321
322
323
317
help = "OIDC provider's host address"
324
325
oidc_issuer: Option<Url>,
0 commit comments