-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Microservice without user management shall not generate User and Authority entities as well as related resources #18921
Conversation
- do not force activate user management for oauth2 - use explicit setting for creation of user management entitites.
I see that there is a bug, update will follow soon |
@DanielFran, @mshima since it seems to be your use case - there is pipeline error, in [ms-ngx-eureka-oauth2-mongodb-caffeine - because oauth2 does not activate user entity generation atuomatically. Not sure how to fix it
|
- do not force activate user management for oauth2 - use explicit setting for creation of user management entitites.
…nerator-jhipster into 18755-no-user-if-not-necessary
@DanielFran no, but we should this PR can be closed. There is a full application in it. generator-jhipster/generators/base/generator-base-todo.mjs Lines 1073 to 1077 in 6ec1bf9
I will post the comment at the issue for reference. |
This PR fixes #18755 - (not)generation of user administration artifacts. Currently when 0Auth2 is actoivated user entotoes and
supporting classes are generated for all backend microservices even if they have this feature explicitely switched off
in .yo-rc.json
Proposed behaviour is to honor explicit settings ( which is generated into .yo-rc.jason by default anyway )
Please make sure the below checklist is followed for Pull Requests.