You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To log into APIML via Zowe CLI, you must specify a base path. The help text for zowe auth login apiml does not list --base-path as an option.
Expected and actual results
The help text should include an entry for the --base-path.
Describe your environment
Additional context
Full help text:
zowe auth login apiml -h
COMMAND NAME
------------
apiml
DESCRIPTION
-----------
Log in to Zowe API Mediation Layer authentication service and obtain or update a
token.
The token provides authentication to services that support the API ML SSO
(Single Sign-On) capability. When you log in, the token is stored in your
default base profile until it expires. Base profiles store connection
information shared by multiple services (e.g., z/OSMF), and are used if you do
not supply connection information in a service profile. To take advantage of the
API ML SSO capability, you should omit username and password in service profiles
so that the token in the base profile is used.
USAGE
-----
zowe auth login apiml [options]
OPTIONS
-------
--show-token | --st (boolean)
Show the token when login is successful. If specified, does not save the token
to a profile.
BASE CONNECTION OPTIONS
-----------------------
--host | -H (string)
Host name of service on the mainframe.
--port | -P (number)
Port number of service on the mainframe.
--user | -u (string)
User name to authenticate to service on the mainframe.
--password | --pass | --pw (string)
Password to authenticate to service on the mainframe.
--reject-unauthorized | --ru (boolean)
Reject self-signed certificates.
Default value: true
--cert-file (local file path)
The file path to a certificate file to use for authentication
--cert-key-file (local file path)
The file path to a certificate key file to use for authentication
PROFILE OPTIONS
---------------
--base-profile | --base-p (string)
The name of a (base) profile to load for this command execution.
GLOBAL OPTIONS
--------------
--show-inputs-only (boolean)
Show command inputs and do not run the command
--response-format-json | --rfj (boolean)
Produce JSON formatted data from a command
--help | -h (boolean)
Display help text
--help-web | --hw (boolean)
Display HTML help in browser
EXAMPLES
--------
- Log in to an API ML instance to obtain or update the token
stored in your base profile:
$ zowe auth login apiml
- Log in to an API ML instance to obtain a token without
storing it in a profile:
$ zowe auth login apiml --show-token
The text was updated successfully, but these errors were encountered:
Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.
Describe the bug
To log into APIML via Zowe CLI, you must specify a base path. The help text for
zowe auth login apiml
does not list--base-path
as an option.Expected and actual results
The help text should include an entry for the
--base-path
.Describe your environment
Additional context
Full help text:
The text was updated successfully, but these errors were encountered: