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

[4.x] security review for archetypes #8445

Merged
merged 1 commit into from Mar 4, 2024

Conversation

senivam
Copy link
Member

@senivam senivam commented Mar 1, 2024

Description

aligning passwords used in archetypes with security requirements.

@senivam senivam self-assigned this Mar 1, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 1, 2024
@@ -318,7 +318,7 @@ docker run --rm --name mysql -p 3306:3306 \
<value key="jdbcDataSource">com.mysql.cj.jdbc.MysqlDataSource</value>
<value key="databaseUrl">jdbc:mysql://127.0.0.1:3306/pokemon?useSSL=false</value>
<value key="dbUser">user</value>
<value key="userPassword">password</value>
<value key="userPassword">changeit</value>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the comment about {{userPassword}} above.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

regarding the previous case I agree - fixed. Here, hovewer, the variable name is userPassword and the value is password which was changed to changeit. So, should be correct.

Copy link
Member

@tvallin tvallin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Same comment about that variable name

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
@romain-grecourt romain-grecourt merged commit afe4c80 into helidon-io:main Mar 4, 2024
12 checks passed
@romain-grecourt
Copy link
Contributor

@senivam This needs to be backported to 3.x

@senivam
Copy link
Member Author

senivam commented Mar 4, 2024

@romain-grecourt ok, will do

hrstoyanov pushed a commit to hrstoyanov/helidon that referenced this pull request Mar 12, 2024
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
hrstoyanov pushed a commit to hrstoyanov/helidon that referenced this pull request Mar 12, 2024
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
archetypes OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants