From 0ca280c7a21eb2def387412d0d0aa6e3d78fc899 Mon Sep 17 00:00:00 2001 From: Teresa Ho Date: Mon, 2 Mar 2020 22:23:43 -0500 Subject: [PATCH] Add oidc-auth to the remote CLI Add oidc-auth to the aliases in the remote CLI. Story: 2006711 Task: 38919 Depends-On: https://review.opendev.org/#/c/710991/ Change-Id: I66388d801208fb643e67f09800888cf839715382 Signed-off-by: Teresa Ho --- remote_cli/config_aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_cli/config_aliases.sh b/remote_cli/config_aliases.sh index 32c073b..682f8fc 100644 --- a/remote_cli/config_aliases.sh +++ b/remote_cli/config_aliases.sh @@ -16,7 +16,7 @@ else fi if [[ "$CONFIG_TYPE" = "platform" ]]; then - SERVICES="system fm openstack dcmanager kubectl helm" + SERVICES="system fm openstack dcmanager kubectl helm oidc-auth" alias "platform_shell"="${PATH_TO_SCRIPT}/client_wrapper.sh /bin/bash" else SERVICES="openstack nova cinder glance heat"