Skip to content

[BUG] Service login prompt shows incorrect elevate command missing elevation reason flag #12

Description

@samanthajayasinghe

Description

When running ocm-backplane login $cluster --service, the printed elevate command for listing manifestworks is incorrect.

Issues found:

Missing the -n flag (which prompts the user for an elevation reason)

Used ocm backplane instead of the shipped binary name ocm-backplane

Current incorrect output:

ocm backplane elevate -- oc get manifestworks -n <ns> -l api.openshift.com/id=<id>

Expected correct output:

ocm-backplane elevate -n -- oc get manifestworks -n <ns> -l api.openshift.com/id=<id>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions