-
Notifications
You must be signed in to change notification settings - Fork 410
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
Update instantiate config command #843
Comments
I am not sure if we want this. The other approach in #840 would break / become fragile with the ability of a non-governance actor to modify this |
If we do this, it should only be the actor who can instantiate the code, not the Basically, allowing someone with that ability to transfer it or share it |
Removing this from v0.29 milestone as not urgent and needing more discussion first |
Adding to v0.31.0 as part of the UX around permissioning. |
There is currently no message/ command to modify the instantiate settings on code info except for gov (#796).
This functionality should be limited to the
creator
who uploaded the code initially.This can be achieved by adding a new method to the
AuthorizationPolicy
and calling it in thekeeper.setAccessConfig
.Also the change rules in #840 need to be taken into account
The text was updated successfully, but these errors were encountered: