-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
RBAC Migration Followup #12: use RBAC encoding in create-bootstrap-policy-file #15825
Comments
This is similar to #15833 / #15857 in that it deals with how we encode exported auth data. Currently the @deads2k @liggitt can we do this in 3.7? Won't it make the command incompatible with older clusters? |
@enj didn't you guys kill the file since it wasn't being used anymore? |
@deads2k the admin command to create a bootstrap policy file still exists |
@fabianofranz what kind of stability guarantees do we have on the command? If its based on intent, I guess I'd keep the encoding for 3.7 and switch for 3.8. I think the failure mode would be a 3.7 oc against a 3.6 master that was trying to export the rules and do something with them. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/lifecycle frozen |
Switch encoding to RBAC in
pkg/cmd/server/admin/create_bootstrappolicy_file.go
The text was updated successfully, but these errors were encountered: