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

How to change defult admin password. #1530

Closed
starkh02 opened this issue Nov 20, 2024 · 2 comments
Closed

How to change defult admin password. #1530

starkh02 opened this issue Nov 20, 2024 · 2 comments

Comments

@starkh02
Copy link

starkh02 commented Nov 20, 2024

Project board link

Hello, i want to change default admin password, but i don't understand how do it.
I installed cassandra-reaper locally not docker
In FAQ you wrote
Copy the default shiro.ini file and adapt it overriding the “users” section :
where i need copy shiro.ini file ? I tried copy to /etc/cassandra-reaper/shiro.ini or /etc/cassandra-reaper/config/shiro.ini . Then change password , and it does not work.
I tried change this part of config
accessControl:
sessionTimeout: PT10M
shiro:
iniConfigs: ["classpath:shiro.ini"]
to
accessControl:
sessionTimeout: PT10M
shiro:
iniConfigs: ["/etc/cassandra-reaper/shiro.ini"]

I tried to find shiro.ini in the system and result is empty.
Please help me

┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: REAP-194

@adejanovski
Copy link
Contributor

you need to put file: in front of your shiro.ini path, like it's done here for example.

@starkh02
Copy link
Author

Thank you very much , its work!

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