portainer/api/http/proxy/factory
Hao Zhang 42e782452c
fix(container): prevent user from editing the portainer container it self EE-917 (#6093)
* fix(container): prevent from editing portainer container

* fix(container): prevent from editing portainer container

* Missing kill operation

* fix(container): enhance creating stack from template

* fix(docker): prevent user from editing the portainer container itself EE-917

* fix(docker): enhance code style

* fix(container): fix issues from code review

* fix(container): enhance creating stack from template

* fix(container): some code review issues

* fix(container): disable leave network when the container is portainer

* fix(container): disable leave network when the container is portainer
2021-12-02 08:41:05 +08:00
..
agent feat(kube): use local kubectl for all deployments (#5488) 2021-09-24 16:56:22 +12:00
azure feat(app): rework private registries and support private registries in kubernetes EE-30 (#5131) 2021-07-14 21:15:21 +12:00
docker fix(container): prevent user from editing the portainer container it self EE-917 (#6093) 2021-12-02 08:41:05 +08:00
gitlab fix(api): introduce gitlab proxy package 2019-11-13 13:12:55 +13:00
kubernetes feat(registry) EE-806 add support for AWS ECR (#6165) 2021-12-01 13:18:57 +13:00
utils Fix parsing of content-type field (#5356) 2021-08-06 16:39:26 +12:00
agent.go feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
azure.go Revert "feat(ACI): add UAC to ACI (#4952)" (#4982) 2021-04-13 15:56:43 +02:00
docker.go fix(environments): don't override with local IP [EE-1561] (#5785) 2021-10-14 09:40:14 -03:00
docker_unix.go feat(api): introduce new datastore interface (#3802) 2020-06-03 11:40:04 +12:00
docker_windows.go feat(api): introduce new datastore interface (#3802) 2020-06-03 11:40:04 +12:00
factory.go fix(swagger): fix swagger api docs endpoint(s) rename to environment(s) EE-1661 (#5629) 2021-09-20 12:14:22 +12:00
gitlab.go fix(api): introduce gitlab proxy package 2019-11-13 13:12:55 +13:00
kubernetes.go fix(edge) EE-1720 activate tunnel and remove proxy cache when needed (#5775) 2021-10-15 18:13:20 +13:00
reverse_proxy.go