-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 better message for jwtSecret and rememberMe keys with jhipster info
#19715
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
██╗ ██╗ ██╗ ████████╗ ███████╗ ██████╗ ████████╗ ████████╗ ███████╗ ██║ ██║ ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗ ██║ ████████║ ██║ ███████╔╝ ╚█████╗ ██║ ██████╗ ███████╔╝ ██╗ ██║ ██╔═══██║ ██║ ██╔════╝ ╚═══██╗ ██║ ██╔═══╝ ██╔══██║ ╚██████╔╝ ██║ ██║ ████████╗ ██║ ██████╔╝ ██║ ████████╗ ██║ ╚██╗ ╚═════╝ ╚═╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═╝ https://www.jhipster.tech Welcome to JHipster v7.9.3 ##### **JHipster Version(s)** ``` [email protected] /Users/mraible/dev/generator-jhipster └── (empty) ``` ##### **JHipster configuration, a `.yo-rc.json` file generated in the root folder** <details> <summary>.yo-rc.json file</summary> <pre> </pre> </details> ##### **JDL for the Entity configuration(s) `entityName.json` files generated in the `.jhipster` directory** <details> <summary>JDL entity definitions</summary> <pre> </pre> </details> ##### **Environment and Tools** openjdk version "17.0.4" 2022-07-19 OpenJDK Runtime Environment GraalVM CE 22.2.0 (build 17.0.4+8-jvmci-22.2-b06) OpenJDK 64-Bit Server VM GraalVM CE 22.2.0 (build 17.0.4+8-jvmci-22.2-b06, mixed mode, sharing) git version 2.32.1 (Apple Git-133) node: v16.17.0 npm: 8.15.0 Docker version 20.10.17, build 100c701 docker-compose version 1.29.2, build 5becea4c Congratulations, JHipster execution is complete! Sponsored with ❤️ by @oktadev. so maintainers know
@jhipster/developers What do you think about this change? Deleting the keys might be even better since they aren't needed to regenerate an app. |
Removing should be the way imo.
|
mraible
commented
Sep 15, 2022
mraible
commented
Sep 15, 2022
mraible
commented
Sep 15, 2022
mshima
reviewed
Sep 15, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me if it's omitting the sensitive fields correctly.
Co-authored-by: Marcelo Shima <[email protected]>
emilpaw
pushed a commit
to emilpaw/generator-jhipster
that referenced
this pull request
Sep 15, 2022
* Add better message to INFO! Using bundled JHipster ██╗ ██╗ ██╗ ████████╗ ███████╗ ██████╗ ████████╗ ████████╗ ███████╗ ██║ ██║ ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗ ██║ ████████║ ██║ ███████╔╝ ╚█████╗ ██║ ██████╗ ███████╔╝ ██╗ ██║ ██╔═══██║ ██║ ██╔════╝ ╚═══██╗ ██║ ██╔═══╝ ██╔══██║ ╚██████╔╝ ██║ ██║ ████████╗ ██║ ██████╔╝ ██║ ████████╗ ██║ ╚██╗ ╚═════╝ ╚═╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═╝ https://www.jhipster.tech Welcome to JHipster v7.9.3 ##### **JHipster Version(s)** ``` [email protected] /Users/mraible/dev/generator-jhipster └── (empty) ``` ##### **JHipster configuration, a `.yo-rc.json` file generated in the root folder** <details> <summary>.yo-rc.json file</summary> <pre> </pre> </details> ##### **JDL for the Entity configuration(s) `entityName.json` files generated in the `.jhipster` directory** <details> <summary>JDL entity definitions</summary> <pre> </pre> </details> ##### **Environment and Tools** openjdk version "17.0.4" 2022-07-19 OpenJDK Runtime Environment GraalVM CE 22.2.0 (build 17.0.4+8-jvmci-22.2-b06) OpenJDK 64-Bit Server VM GraalVM CE 22.2.0 (build 17.0.4+8-jvmci-22.2-b06, mixed mode, sharing) git version 2.32.1 (Apple Git-133) node: v16.17.0 npm: 8.15.0 Docker version 20.10.17, build 100c701 docker-compose version 1.29.2, build 5becea4c Congratulations, JHipster execution is complete! Sponsored with ❤️ by @oktadev. so maintainers know * Run prettier * Update generators/info/index.js * Update generators/info/index.js * Update generators/info/index.js * Update generators/info/index.js * Update index.js * drop useless `this.async/done` * Update generators/info/index.js Co-authored-by: Marcelo Shima <[email protected]> Co-authored-by: Marcelo Shima <[email protected]>
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.
A better alternative might be to delete the keys altogether since they'll be regenerated.