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

Encrypt/decrypt doesn't work on Encryption page #434

Closed
1 task done
vladaurosh opened this issue Apr 8, 2020 · 0 comments · Fixed by #435
Closed
1 task done

Encrypt/decrypt doesn't work on Encryption page #434

vladaurosh opened this issue Apr 8, 2020 · 0 comments · Fixed by #435

Comments

@vladaurosh
Copy link

vladaurosh commented Apr 8, 2020

Overview of the issue

Encrypt/decrypt doesn't work on Encryption page but works from command line using curl and /config/encrypt and /config/decrypt endpoints.

For both Encrypt and Decrypt action I get red bar and [object Object] inside. Nothing in registry logs.

Motivation for or Use Case
Reproduce the error

In a JHipster microservices architecture with docker deployment, I used these env variables:

  • SPRING_PROFILES_ACTIVE=prod,composite
  • EUREKA_INSTANCE_HOSTNAME=registry1
  • SPRING_CLOUD_CONFIG_SERVER_COMPOSITE_0_TYPE=git
  • SPRING_CLOUD_CONFIG_SERVER_COMPOSITE_0_URI=https://example.com/v1
  • SPRING_CLOUD_CONFIG_SERVER_COMPOSITE_0_USERNAME=someuser
  • SPRING_CLOUD_CONFIG_SERVER_COMPOSITE_0_PASSWORD=somepass
  • ENCRYPT_KEY=someencryptionkey
Related issues
Suggest a Fix
JHipster Registry Version(s)

6.1.1
6.1.2

Default docker image from Docker Hub.

Browsers and Operating System
  • Checking this box is mandatory (this is just to show you read everything)
ruddell added a commit to ruddell/jhipster-registry that referenced this issue Apr 8, 2020
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

Successfully merging a pull request may close this issue.

1 participant