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

Move authorization config for snapshotting to vms section #13761

Commits on Feb 8, 2017

  1. Allow collection-specific resource actions

    Sometimes you have a subcollection whose role depends on the context
    of the "super"-collection, e.g. tagging vms requires a separate
    identifier to tagging hosts. This is fine and currently works, but we
    haven't implemented this correctly for subcollection members. This
    revision changes the way we look up subcollection role identifiers so
    that it knows the difference between subcollection and member actions.
    imtayadeway committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    ed579a7 View commit details
    Browse the repository at this point in the history
  2. Move role identifiers to collection-specific section

    This moves the snapshotting identifiers to the `:vms` section of the
    config, since they are wholly concerned with VMs. When instance
    snapshotting is implemented, they will need a whole new set of
    identifiers.
    imtayadeway committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    f948fed View commit details
    Browse the repository at this point in the history