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

Add partial role support for manager only #5219

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2024

  1. Add partial role support for manager only

    - Add the custom role which replaces the manager role
    - Added mini-details endpoint used by v2024.11.1
    
    These changes try to add the custom role in such a way that it stays compatible with the older manager role.
    It will convert a manager role into a custom role, and if a manager has `access-all` rights, it will enable the correct custom roles.
    Upon saving it will convert these back to the old format.
    
    What this does is making sure you are able to revert back to an older version of Vaultwarden without issues.
    This way we can support newer web-vault's and still be compatible with a previous Vaultwarden version if needed.
    
    In the future this needs to be changed to full role support though.
    
    Signed-off-by: BlackDex <[email protected]>
    BlackDex committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e4689c1 View commit details
    Browse the repository at this point in the history
  2. Updated workflows

    Signed-off-by: BlackDex <[email protected]>
    BlackDex committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a81b869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31957cc View commit details
    Browse the repository at this point in the history