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

feat: Spring Vault as alternative properties store #308

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

Conversation

ip6li
Copy link

@ip6li ip6li commented Sep 3, 2023

Secrets should be stored in a secure vault e.g. Hashicorp Vault. Please note that pom.xml got some important changes:

  • Java version was changed to 17
  • spring-boot-starter-parent was changed to 3.1.2

SecurityConfig.java was changed to new Spring Security API. OAuth2 allows admin entitlements, see

private void getGroupMembership(Set<GrantedAuthority> mappedAuthorities, Map<String, Object> attributes)

This is intended for using in a local IDP solution like Keycloak.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant