Revision 710fafed5474760df2c1341809c2c2e7de981e10 authored by Romain Lenglet on 09 May 2018, 08:09:06 UTC, committed by Romain Lenglet on 19 May 2018, 18:20:03 UTC
Have PUT /endpoint/{id} return status code 400 in case of failure
to set labels, instead of code 404 which was not specified in the
API.

On endpoint creation, set the endpoint's identity before adding
it into the endpoint manager so it is never exposed with no
identity.

PUT /endpoint/{id} now sets orchestration labels, not custom
labels, to be consistent with PATCH /endpoint/{id}.

Signed-off-by: Romain Lenglet <romain@covalent.io>
1 parent f39e616
History
File Mode Size
.github
Documentation
api
bpf
bugtool
cilium
cilium-health
common
contrib
daemon
envoy
examples
hack
monitor
pkg
plugins
test
tests
vendor
.authors.aux -rw-r--r-- 347 bytes
.gitignore -rw-r--r-- 1.0 KB
.gitmodules -rw-r--r-- 0 bytes
.mailmap -rw-r--r-- 506 bytes
AUTHORS -rw-r--r-- 4.1 KB
CODEOWNERS -rw-r--r-- 3.2 KB
CONTRIBUTING.md -rw-r--r-- 6.9 KB
Dockerfile -rw-r--r-- 1.7 KB
Gopkg.lock -rw-r--r-- 24.1 KB
Gopkg.toml -rw-r--r-- 6.8 KB
Jenkinsfile.nightly -rw-r--r-- 4.9 KB
LICENSE -rw-r--r-- 11.1 KB
Makefile -rw-r--r-- 9.5 KB
Makefile.defs -rw-r--r-- 934 bytes
Makefile.quiet -rw-r--r-- 542 bytes
NEWS.rst -rw-r--r-- 66.6 KB
README.rst -rw-r--r-- 14.0 KB
VERSION -rw-r--r-- 7 bytes
Vagrantfile -rw-r--r-- 12.4 KB
docs.Jenkinsfile -rw-r--r-- 2.5 KB
ginkgo-kubernetes-all.Jenkinsfile -rw-r--r-- 3.5 KB
ginkgo.Jenkinsfile -rw-r--r-- 3.4 KB
kubernetes-upstream.Jenkinsfile -rw-r--r-- 3.2 KB

README.rst

back to top