Skip to content

Commit

Permalink
hide the flag that allows users to pass their own Okta SCIM auth toke…
Browse files Browse the repository at this point in the history
…n to tctl (#44474)

Co-authored-by: Andrew LeFevre <Andrew LeFevre>
  • Loading branch information
capnspacehook authored Aug 5, 2024
1 parent 02b0440 commit 555264f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/tctl/common/plugin/okta.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func (p *PluginsCommand) initInstallOkta(parent *kingpin.CmdClause) {
BoolVar(&p.install.okta.scimEnabled)
p.install.okta.cmd.
Flag("scim-token", "Okta SCIM auth token for the plugin to use").
Hidden().
StringVar(&p.install.okta.scimToken)
p.install.okta.cmd.
Flag("users-sync", "Enable user synchronization").
Expand Down

0 comments on commit 555264f

Please sign in to comment.