You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using docker-compose -f src/main/docker/jhipster-registry.yml up -d in a generated project (only on the master branch), the registry fails to launch with the following error:
Description:
Binding to target [Bindable@235a0c16 type = io.github.jhipster.config.JHipsterProperties, value = 'provided', annotations = array<Annotation>[@org.springframework.boot.context.properties.ConfigurationProperties(ignoreInvalidFields=false, ignoreUnknownFields=false, value=jhipster, prefix=jhipster)]] failed:
Property: jhipster.security.authentication.jwt.base64-secret
Value: bXktc2VjcmV0LXRva2VuLXRvLWNoYW5nZS1pbi1wcm9kdWN0aW9uLWFuZC10by1rZWVwLWluLWEtc2VjdXJlLXBsYWNl
Origin: "jhipster.security.authentication.jwt.base64-secret" from property source "bootstrapProperties"
Reason: The elements [jhipster.security.authentication.jwt.base64-secret] were left unbound.
Action:
Update your application's configuration
Motivation for or Use Case
The provided docker-compose files should work, this is also causing the Travis logs for microservices to be extremely long and hard to read
Reproduce the error
Run docker-compose -f src/main/docker/jhipster-registry.yml up -d in a generated project (from the master branch)
Related issues
Looks like it's related to the recent base64 secret key changes
Overview of the issue
Using
docker-compose -f src/main/docker/jhipster-registry.yml up -d
in a generated project (only on themaster
branch), the registry fails to launch with the following error:Motivation for or Use Case
The provided docker-compose files should work, this is also causing the Travis logs for microservices to be extremely long and hard to read
Reproduce the error
Run
docker-compose -f src/main/docker/jhipster-registry.yml up -d
in a generated project (from the master branch)Related issues
Looks like it's related to the recent base64 secret key changes
Suggest a Fix
Not sure
JHipster Version(s)
Master only
JHipster configuration
.yo-rc.json file
The text was updated successfully, but these errors were encountered: