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

What is the JHIPSTER_REGISTRY_PASSWORD used for? #577

Open
nmarkon opened this issue Jun 30, 2023 · 1 comment
Open

What is the JHIPSTER_REGISTRY_PASSWORD used for? #577

nmarkon opened this issue Jun 30, 2023 · 1 comment

Comments

@nmarkon
Copy link

nmarkon commented Jun 30, 2023

Overview of the issue

I'm tasked with upgrading the version of the jhipster registry we're using, from 6.8 to 7.4. As part of this process I'm trying to document how we have it configured.

We currently have both the setup:

- SPRING_SECURITY_USER_PASSWORD=xxx
- JHIPSTER_REGISTRY_PASSWORD=same as JHIPSTER_REGISTRY_PASSWORD
- JHIPSTER_SECURITY_AUTHENTICATION_JWT_SECRET=encodedstring

I see the SPRING_SECURITY_USER_PASSWORD, and JHIPSTER_SECURITY_AUTHENTICATION_JWT_SECRET explained in the documentation, but I can't find what JHIPSTER_REGISTRY_PASSWORD is for. Maybe I'm missing it.. Any help? I think it's the password the apps used to authenticate with registry, but I'd like to confirm that.

@jdubois
Copy link
Member

jdubois commented Jul 1, 2023

Yes, the JHipster Regitry is secured by default, so the apps need this password to connect to it. Otherwise you’ll see authentication issues in the client apps, so you’ll see the error quickly.

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

No branches or pull requests

2 participants