-
-
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
jhipster heroku
still prompts for credentials when Answer is No to Okta
#16299
Comments
It seems that things might not work at all when you answer no. It just hangs at:
|
Fixed the invalid prompt, but there seems to be an issue with EDIT: @mraible can you check your heroku cli version and if you are still logged in with the heroku cli? At least that was not the case on my machine. Will have a look why we don't display it anymore. |
@atomfrede When I choose no for Okta, I still end up with some artifacts in my
|
Yes it's the default values. |
Running
|
Let me check. It seems heroku has change a little on their side. I think before setting the (same) buildpack again didn't throw such an error. |
I tried this again today and it still writes Okta values to "herokuAppName": "flickr-2",
"herokuDeployType": "git",
"herokuJavaVersion": "11",
"useOkta": false,
"oktaAdminPassword": "d4f70a690cad148c4cac2018c9805adc60393e95" |
Overview of the issue
You're prompted for credentials even when you say No to Okta when running
jhipster heroku
.Motivation for or Use Case
I don't think you should be prompted for the JHipster Admin email or password when you say No to Okta.
Reproduce the error
Run
jhipster heroku
and say No to Okta.JHipster Version(s)
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Environment and Tools
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode)
git version 2.32.0
node: v14.17.0
npm: 7.22.0
Docker version 20.10.8, build 3967b7d
docker-compose version 1.29.2, build 5becea4c
The text was updated successfully, but these errors were encountered: