-
Notifications
You must be signed in to change notification settings - Fork 9
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 security infrastructure #157
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
davdarras
commented
Jun 19, 2024
•
edited
Loading
edited
- remove public urls
- add security to infrastructure package, api package is not coupled with spring security anymore
- refactor authentication properties
- add a default authenticated user when oidc is disabled
- remove useless check on user id
- gitignore application profile configurations
davdarras
force-pushed
the
feat-security-handling
branch
from
June 19, 2024 15:16
19e0714
to
3275471
Compare
davdarras
force-pushed
the
feat-security-handling
branch
from
June 19, 2024 15:27
3275471
to
641e4ee
Compare
SimonDmz
reviewed
Jun 20, 2024
src/main/java/fr/insee/pearljam/api/configuration/log/PropertiesLogger.java
Outdated
Show resolved
Hide resolved
...fr/insee/pearljam/infrastructure/security/adapter/AuthenticatedCurrentUserHelperAdapter.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
SimonDmz
added a commit
that referenced
this pull request
Jun 24, 2024
author Simon Demaziere <[email protected]> 1705593850 +0100 committer Simon Demaziere <[email protected]> 1719218708 +0200 chore: move from javax.persistence to jakarta.persistence package wip: for CVE evaluation chore: remove cyclic dependencies, migrate tests to mockMvc chore: external services props handling remove unused files remove basic auth mode fix: clean/update jar dependencies feat: log4j -> logback - going from log4j to logback - add log interceptor to log all requests to endpoints ci: upgrade dependencies - upgrade github actions dependencies - build with JAVA 21 - Upgrade docker container refactor: 🔧 reduce boilerplate with Lombok and remove dead code fix: 🐛 WIP endpoint role mapping add security constraint on endpoints refactor: 🔧 Lombok > boilerplate use Lombok annotations for getters/setters/constructors refactor: 🔧 lombok et minor refactor lombok annotations, dead code removal, minor syntax readability feat: add security infrastructure (#157) - remove public urls - add security to infrastructure package, api package is not coupled with spring security anymore - refactor authentication properties - add a default authenticated user when oidc is disabled - remove useless check on user id - gitignore application profile configurations refactor: 🔥 removen unused Validation annotation refactor: ♻️ & 🧪
SimonDmz
added a commit
that referenced
this pull request
Jun 24, 2024
author Simon Demaziere <[email protected]> 1705593850 +0100 committer Simon Demaziere <[email protected]> 1719218708 +0200 chore: move from javax.persistence to jakarta.persistence package wip: for CVE evaluation chore: remove cyclic dependencies, migrate tests to mockMvc chore: external services props handling remove unused files remove basic auth mode fix: clean/update jar dependencies feat: log4j -> logback - going from log4j to logback - add log interceptor to log all requests to endpoints ci: upgrade dependencies - upgrade github actions dependencies - build with JAVA 21 - Upgrade docker container refactor: 🔧 reduce boilerplate with Lombok and remove dead code fix: 🐛 WIP endpoint role mapping add security constraint on endpoints refactor: 🔧 Lombok > boilerplate use Lombok annotations for getters/setters/constructors refactor: 🔧 lombok et minor refactor lombok annotations, dead code removal, minor syntax readability feat: add security infrastructure (#157) - remove public urls - add security to infrastructure package, api package is not coupled with spring security anymore - refactor authentication properties - add a default authenticated user when oidc is disabled - remove useless check on user id - gitignore application profile configurations refactor: 🔥 removen unused Validation annotation refactor: ♻️ & 🧪
SimonDmz
added a commit
that referenced
this pull request
Jun 24, 2024
author Simon Demaziere <[email protected]> 1705593850 +0100 committer Simon Demaziere <[email protected]> 1719218708 +0200 chore: move from javax.persistence to jakarta.persistence package wip: for CVE evaluation chore: remove cyclic dependencies, migrate tests to mockMvc chore: external services props handling remove unused files remove basic auth mode fix: clean/update jar dependencies feat: log4j -> logback - going from log4j to logback - add log interceptor to log all requests to endpoints ci: upgrade dependencies - upgrade github actions dependencies - build with JAVA 21 - Upgrade docker container refactor: 🔧 reduce boilerplate with Lombok and remove dead code fix: 🐛 WIP endpoint role mapping add security constraint on endpoints refactor: 🔧 Lombok > boilerplate use Lombok annotations for getters/setters/constructors refactor: 🔧 lombok et minor refactor lombok annotations, dead code removal, minor syntax readability feat: add security infrastructure (#157) - remove public urls - add security to infrastructure package, api package is not coupled with spring security anymore - refactor authentication properties - add a default authenticated user when oidc is disabled - remove useless check on user id - gitignore application profile configurations refactor: 🔥 removen unused Validation annotation refactor: ♻️ & 🧪
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.