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

generate: consider service accounts when generating a CSV #3610

Merged
merged 2 commits into from
Aug 1, 2020

Commits on Aug 1, 2020

  1. This commit adds handling for extra RBAC objects present in

    `generate <bundle|packagemanifests>` input. These objects
    will be written to the resulting bundle. For now, only Roles,
    RoleBindings, their Cluster equivalents, and ServiceAccounts
    are written.
    
    internal/cmd/operator-sdk/generate: write RBAC objects to stdout
    or files named with object.Name + GVK
    
    internal/generate/{collector/clusterserviceversion}: consider
    (cluster) role bindings so CSV generator can assign the correct
    service account names to roles
    estroz committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    0166772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aebd0c View commit details
    Browse the repository at this point in the history