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

#872 Add certificates and issuers to aggregated RBAC #902

Merged
merged 10 commits into from Sep 21, 2018

Commits on Sep 13, 2018

  1. cert-manager#872 Add certificates and issuers to aggregated RBAC for …

    …view, edit and admin ClusterRoles.
    
    Signed-off-by: William Lightning <wlightning@fuelmedical.com>
    fuel-wlightning committed Sep 13, 2018
    Copy the full SHA
    819cfcd View commit details
    Browse the repository at this point in the history
  2. Bump cert-manager helm chart version to v0.6.0-dev.1

    Signed-off-by: William Lightning <wlightning@fuelmedical.com>
    fuel-wlightning committed Sep 13, 2018
    Copy the full SHA
    6e66f5e View commit details
    Browse the repository at this point in the history
  3. Update deploy manifests with chart cert-manager-v0.6.0-dev.1

    Signed-off-by: William Lightning <wlightning@fuelmedical.com>
    fuel-wlightning committed Sep 13, 2018
    Copy the full SHA
    9b66858 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Add basic tests for certificate permissions

    Signed-off-by: William Lightning <wlightning@fuelmedical.com>
    fuel-wlightning committed Sep 18, 2018
    Copy the full SHA
    57bf83d View commit details
    Browse the repository at this point in the history
  2. Refactor common rbac test code into function

    Signed-off-by: William Lightning <wlightning@fuelmedical.com>
    fuel-wlightning committed Sep 18, 2018
    Copy the full SHA
    d22a62d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Add comprehensive tests around certificate rbac user facing roles

    Signed-off-by: William Lightning <wlightning@fuelmedical.com>
    fuel-wlightning committed Sep 19, 2018
    Copy the full SHA
    12713c8 View commit details
    Browse the repository at this point in the history
  2. certificate_rbac test: move defintion of resource up in the unit test…

    …, so we're not defining it on every it
    
    Signed-off-by: William Lightning <wlightning@fuelmedical.com>
    fuel-wlightning committed Sep 19, 2018
    Copy the full SHA
    8dcfd76 View commit details
    Browse the repository at this point in the history
  3. extract rbacClusterRoleHasAccessToResource out of certificate_rbac te…

    …st to test framework util
    
    Signed-off-by: William Lightning <wlightning@fuelmedical.com>
    fuel-wlightning committed Sep 19, 2018
    Copy the full SHA
    3d09d98 View commit details
    Browse the repository at this point in the history
  4. Update certificate_rbac test framework initialization basename

    Signed-off-by: William Lightning <wlightning@fuelmedical.com>
    fuel-wlightning committed Sep 19, 2018
    Copy the full SHA
    180af30 View commit details
    Browse the repository at this point in the history
  5. Build out issuer_rbac tests based on certificate_rbac tests

    Signed-off-by: William Lightning <wlightning@fuelmedical.com>
    fuel-wlightning committed Sep 19, 2018
    Copy the full SHA
    7d8c7dd View commit details
    Browse the repository at this point in the history