portainer/api/http/handler/stacks
Chaim Lev-Ari 07efd4bdda
feat(settings): add setting to disable device mapping for regular users (#4099)
* feat(settings): add setting to disable device mapping for regular users

* feat(settings): introduce device mapping service

* feat(containers): hide devices field when setting is on

* feat(containers): prevent passing of devices when not allowed

* feat(stacks): prevent non admin from device mapping

* feat(stacks): disallow swarm stack creation for user

* refactor(settings): replace disableDeviceMapping with allow

* fix(stacks): remove check for disable device mappings from swarm

* feat(settings): rename field to disable

* feat(settings): supply default value for disableDeviceMapping

* feat(container): check for endpoint admin

* style(server): sort imports
2020-07-27 09:31:14 +12:00
..
create_compose_stack.go feat(settings): add setting to disable device mapping for regular users (#4099) 2020-07-27 09:31:14 +12:00
create_kubernetes_stack.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
create_swarm_stack.go feat(containers): Ensure users cannot create privileged containers via the API (#3969) (#4077) 2020-07-23 06:38:45 +12:00
git.go feat(stack-creation): add the ability to specify git reference (#1948) (#2063) 2018-07-24 16:11:35 +02:00
handler.go feat(containers): Ensure users cannot create privileged containers via the API (#3969) (#4077) 2020-07-23 06:38:45 +12:00
stack_create.go feat(settings): add setting to disable device mapping for regular users (#4099) 2020-07-27 09:31:14 +12:00
stack_delete.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
stack_file.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
stack_inspect.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
stack_list.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
stack_migrate.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
stack_update.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00