DOC: add cacert option for oidc-auth command

closes-bug: 2089258

Change-Id: I4283d7a63c4dcd30463e6b56e6430722fa51ce32
Signed-off-by: Suzana Fernandes <Suzana.Fernandes@windriver.com>
This commit is contained in:
Suzana Fernandes 2024-11-21 11:41:14 +00:00
parent c143f758ac
commit b8bd7ed49d

View File

@ -44,6 +44,12 @@ the active controller either through SSH or by using the system console.
The **oidc-auth** script has the following optional parameters that may The **oidc-auth** script has the following optional parameters that may
need to be specified: need to be specified:
``--cacert <path to ca cert file>``: The path provides |CA| certificate
that validates the server certificate specified by the ``-c`` option.
By default, the command reads the value of ``OS_CACERT`` environment
variable. If none is specified, the command accesses the server without
verifying its certificate.
``-c <OIDC_app_IP>``: This is the IP where the OIDC app is running. When ``-c <OIDC_app_IP>``: This is the IP where the OIDC app is running. When
not provided, it defaults to "oamcontroller", that is an alias to the not provided, it defaults to "oamcontroller", that is an alias to the
controller floating |OAM| IP. There are two instances where this controller floating |OAM| IP. There are two instances where this