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

Fix legacy management tokens in unupgraded secondary dcs #7908

Merged
merged 1 commit into from Jun 3, 2020

Commits on May 18, 2020

  1. Fix legacy management tokens in unupgraded secondary dcs

    The ACL.GetPolicy RPC endpoint was supposed to return the “parent” policy and not always the default policy. In the case of legacy management tokens the parent policy was supposed to be “manage”. The result of us not sending this properly was that operations that required specifically a management token such as saving a snapshot would not work in secondary DCs until they were upgraded.
    
    Signed-off-by: Matt Keeler <mjkeeler7@gmail.com>
    mkeeler committed May 18, 2020
    Copy the full SHA
    adbcc6f View commit details
    Browse the repository at this point in the history