UiPath Documentation
automation-suite
2.2510
true
uipathctl reference guide

uipathctl config saml-certificates get

Get current SAML certificate in Automation Suite.

Description

Get the current SAML certificate observed in the cluster in pem format.

The command defaults to the current context in the kubeconfig file. If the --kubeconfig flag is set, it uses the kubeconfig file specified by the flag.

uipathctl config saml-certificates get [flags]
uipathctl config saml-certificates get [flags]

Examples

# Get the current saml certificate from the cluster
uipathctl config saml-certificates get

# Get the current saml certificate from the cluster with additional certificate information
uipathctl config saml-certificates get --show-details

# Get the current saml certificate from the cluster identified by the current context in the kubeconfig file
uipathctl config saml-certificates get --kubeconfig cluster.kubeconfig
# Get the current saml certificate from the cluster
uipathctl config saml-certificates get

# Get the current saml certificate from the cluster with additional certificate information
uipathctl config saml-certificates get --show-details

# Get the current saml certificate from the cluster identified by the current context in the kubeconfig file
uipathctl config saml-certificates get --kubeconfig cluster.kubeconfig

Options

  -h, --help               help for get
      --namespace string   The namespace where UiPath Automation Suite is deployed (default "uipath")
      --show-details       if true, additional saml certificate information will be printed
  -h, --help               help for get
      --namespace string   The namespace where UiPath Automation Suite is deployed (default "uipath")
      --show-details       if true, additional saml certificate information will be printed

Options inherited from parent commands

      --context string      name of the kubeconfig context to use
  -f, --force               override all user prompts to true
      --kubeconfig string   kubectl configuration file (default: ~/.kube/config)
      --log-format string   log format. one of [text,json] (default "text")
      --log-level string    set log level. one of [trace,debug,info,error] (default "info")
  -q, --quiet               suppress all output except for errors and warnings
      --timeout duration    timeout of the command (default: 90 minutes) (default 1h30m0s)
      --versions string     optional path to versions file
      --context string      name of the kubeconfig context to use
  -f, --force               override all user prompts to true
      --kubeconfig string   kubectl configuration file (default: ~/.kube/config)
      --log-format string   log format. one of [text,json] (default "text")
      --log-level string    set log level. one of [trace,debug,info,error] (default "info")
  -q, --quiet               suppress all output except for errors and warnings
      --timeout duration    timeout of the command (default: 90 minutes) (default 1h30m0s)
      --versions string     optional path to versions file
  • Description
  • Examples
  • Options
  • Options inherited from parent commands

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated