dokku-community / dokku-acl

Access Control List management for Dokku.
MIT License
62 stars 13 forks source link

Move to DOKKU_ACL_ALLOW_COMMAND_LINE=1 as default at some point #31

Open ltalirz opened 4 years ago

ltalirz commented 4 years ago

As documented here, setting a dokku superuser actually results in preventing apps from being deleted via the command line, which is a side-effect that likely comes quite unexpected to most users.

Despite the helpful warning message

It appears that you're running this command from the command line.  The "dokku-acl" plugin disables this by default for safety.  Please check the "dokku-acl" documentation for how to enable command line usage.

it took me some time to figure out what was going on.

Once the relevant feature has been deprecated for long enough, I suggest to move to DOKKU_ACL_ALLOW_COMMAND_LINE=1 as the default.

josegonzalez commented 4 years ago

We can do a bc break to enable this setting.

ltalirz commented 2 years ago

time to make the change?