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

Gateway update #1

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

Gateway update #1

wants to merge 6 commits into from

Commits on Feb 16, 2023

  1. Replace pl.project13.maven git-commit-id-plugin by io.github.git-comm…

    …it-id:git-commit-id-maven-plugin
    
    Newer plugin works to add git info to actuator
    endpoint /actuator/info
    groldan authored and emmdurin committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    77593d1 View commit details
    Browse the repository at this point in the history
  2. Allow to add additional security roles to authenticated users

    Allow to add additional security roles to authenticated users
    based on the roles extracted from the authentication provider.
    groldan authored and emmdurin committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    482ae11 View commit details
    Browse the repository at this point in the history
  3. Match ROLE_ prefix mapping with authentication provider

    The LDAP provider adds ROLE_ prefix to role names.
    The OAuth2/OIDC one doesn't.
    
    This patch makes the GeorchestraUser.roles list have
    ROLE_ prefixed names provided by the LDAP user mapper,
    but doesn't force all roles having such prefix if the
    auth provider didn't add it.
    groldan authored and emmdurin committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c52e750 View commit details
    Browse the repository at this point in the history
  4. Add documentation for role mappings

    groldan authored and emmdurin committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2651cf2 View commit details
    Browse the repository at this point in the history
  5. Apply code formatter

    groldan authored and emmdurin committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d990264 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ba4d26 View commit details
    Browse the repository at this point in the history