Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse resource name before removing deleted secret #17004

Commits on Oct 23, 2017

  1. parse resource name before removing deleted secret

    Although unlinking deleted secrets from a serviceaccount is currently
    supported, `oc secret unlink` failed to unlink a deleted secret if its
    name was specified as secrets/deleted-secret-name.
    
    This patch parses each secret's name, removing the <secrets/> segment
    before appending it to a string set of removed secret names.
    juanvallejo committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    a17af0e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    b00c5d1 View commit details
    Browse the repository at this point in the history