portainer/api/http/handler/stacks
Anthony Lapenna fc248c31c7
fix(api/stacks): add authorization checks for start/stop operations (#4248)
* fix(api/stacks): add authorization checks for start/stop operations

* feat(api/stacks): re-order validation checks

* fix(api/stacks): add missing endpoint validation check
2020-08-21 15:16:38 +12:00
..
create_compose_stack.go feat(stacks): add the ability to stop a stack (#4042) 2020-08-04 10:18:53 +12:00
create_kubernetes_stack.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
create_swarm_stack.go feat(stacks): add the ability to stop a stack (#4042) 2020-08-04 10:18:53 +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(extensions): remove rbac extension (#4157) 2020-08-11 17:41:37 +12:00
stack_create.go feat(extensions): remove rbac extension (#4157) 2020-08-11 17:41:37 +12:00
stack_delete.go feat(extensions): remove rbac extension (#4157) 2020-08-11 17:41:37 +12:00
stack_file.go feat(extensions): remove rbac extension (#4157) 2020-08-11 17:41:37 +12:00
stack_inspect.go feat(extensions): remove rbac extension (#4157) 2020-08-11 17:41:37 +12:00
stack_list.go feat(extensions): remove rbac extension (#4157) 2020-08-11 17:41:37 +12:00
stack_migrate.go feat(extensions): remove rbac extension (#4157) 2020-08-11 17:41:37 +12:00
stack_start.go fix(api/stacks): add authorization checks for start/stop operations (#4248) 2020-08-21 15:16:38 +12:00
stack_stop.go fix(api/stacks): add authorization checks for start/stop operations (#4248) 2020-08-21 15:16:38 +12:00
stack_update.go feat(extensions): remove rbac extension (#4157) 2020-08-11 17:41:37 +12:00