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

Design and implement RBAC switcher #195

Closed
kvaps opened this issue Apr 24, 2024 · 1 comment
Closed

Design and implement RBAC switcher #195

kvaps opened this issue Apr 24, 2024 · 1 comment
Assignees
Milestone

Comments

@kvaps
Copy link
Member

kvaps commented Apr 24, 2024

Following up #76

We need to implement flag that enables or disables mTLS auth in etcd, the way it is doing Kamaji:

if etcdctl user get root &>/dev/null; then
  echo "User already exists, nothing to do"
else
  etcdctl user add --no-password=true root &&
  etcdctl role add root &&
  etcdctl user grant-role root root &&
  etcdctl auth enable
fi
@kvaps kvaps added this to the v0.3.0 milestone Apr 24, 2024
@kvaps kvaps changed the title Design and implement RBAC Design and implement RBAC switcher Apr 24, 2024
@Kirill-Garbar
Copy link
Collaborator

Duplicates #160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants