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

Allow disabling Reaper UI auth #1160

Closed
adejanovski opened this issue Jan 5, 2024 · 2 comments · Fixed by #1163
Closed

Allow disabling Reaper UI auth #1160

adejanovski opened this issue Jan 5, 2024 · 2 comments · Fixed by #1163
Assignees
Labels
done Issues in the state 'done'

Comments

@adejanovski
Copy link
Contributor

Disabling Reaper's auth can theoretically be done by adding an empty name for Reaper.spec.UiUserSecretRef. In k8ssandra-operator though, we create a secret with credentials that's then added as a ref.
We need to introduce a way of disabling the auth for Reaper's UI to accommodate some use cases.

@adejanovski adejanovski added the assess Issues in the state 'assess' label Jan 5, 2024
@Miles-Garnsey
Copy link
Member

Quoted from another ticket:

Is that correct? If we are creating a standalone Reaper instance here (via a Reaper CR, not the k8ssandraCluster CR) then can't we just set Reaper.spec.UiUserSecretRef == ""?

@adejanovski
Copy link
Contributor Author

We could if we created a Reaper CR, but that doesn't work with k8ssandra-operator and we're relying on k8ssandra-operator.

@adejanovski adejanovski added in-progress Issues in the state 'in-progress' and removed assess Issues in the state 'assess' labels Jan 10, 2024
@adejanovski adejanovski added ready-for-review Issues in the state 'ready-for-review' review Issues in the state 'review' in-progress Issues in the state 'in-progress' and removed in-progress Issues in the state 'in-progress' ready-for-review Issues in the state 'ready-for-review' review Issues in the state 'review' labels Jan 11, 2024
@adejanovski adejanovski added done Issues in the state 'done' and removed review Issues in the state 'review' labels Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Issues in the state 'done'
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants