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

webui login not working in docker #1450

Closed
Sumit0789 opened this issue Dec 14, 2023 · 3 comments · Fixed by #1459
Closed

webui login not working in docker #1450

Sumit0789 opened this issue Dec 14, 2023 · 3 comments · Fixed by #1459
Assignees
Labels
bug done Issues in the state 'done'

Comments

@Sumit0789
Copy link

Sumit0789 commented Dec 14, 2023

Project board link

Not redirecting to home page even after successfully login.

Screenshot 2023-12-14 at 6 14 50 AM

spec:
containers:

  • env:
    • name: REAPER_JMX_AUTH_USERNAME
      value: cassandra
    • name: REAPER_JMX_AUTH_PASSWORD
      value: cassandra
    • name: REAPER_STORAGE_TYPE
      value: cassandra
    • name: REAPER_CASS_CLUSTER_NAME
      value: recommendation
    • name: REAPER_CASS_CONTACT_POINTS
      value: '[10.10.0.1,10.10.0.2,10.10.0.3]'
    • name: REAPER_CASS_KEYSPACE
      value: reaper_db
    • name: REAPER_CASS_AUTH_USERNAME
      value: cassandra
    • name: REAPER_CASS_AUTH_PASSWORD
      value: cassandra
    • name: REAPER_CASS_AUTH_ENABLED
      value: "true"
    • name: REAPER_AUTH_ENABLED
      value: "true"
    • name: CRYPTO_SYSTEM_PROPERTY_SECRET
      value: REAPER_JMX_KEY
    • name: REAPER_JMX_KEY
      value: encryptionPassReaper
    • name: DREAPER_JMX_KEY
      value: encryptionPassReaper
    • name: REAPER_LOGGING_ROOT_LEVEL
      value: DEBUG
    • name: REAPER_AUTH_USER
      value: reaper
    • name: REAPER_AUTH_PASSWORD
      value: reaper
      image: thelastpickle/cassandra-reaper:latest
@SkylineCookieMonster
Copy link

SkylineCookieMonster commented Dec 19, 2023

Have the same issue from 3.4.0 (3.3.4 still works) for running Reaper on Linux machines in sidecar mode (bare metals, no docker)

@Sumit0789
Copy link
Author

not running with side car but in eks(kubernetes)

@adejanovski
Copy link
Contributor

This issue is due to these lines in the default shiro.ini file.
While it's not consistently happening, it seems to be frequent enough that we remove those lines for now.

@adejanovski adejanovski self-assigned this Jan 9, 2024
@adejanovski adejanovski added ready-for-review Issues in the state 'PVTI_lADOBFnRAs4AH-xYzgDXgVA' and removed ready labels Jan 10, 2024
@adejanovski adejanovski added done Issues in the state 'done' and removed ready-for-review Issues in the state 'PVTI_lADOBFnRAs4AH-xYzgDXgVA' labels Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug done Issues in the state 'done'
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants