Skip to content

Commit

Permalink
Update common files. (istio#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
geeknoid authored Oct 11, 2019
1 parent a7165be commit ebe44b4
Show file tree
Hide file tree
Showing 27 changed files with 1,636 additions and 6,390 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ifeq ($(BUILD_WITH_CONTAINER),1)
export TARGET_OUT = /work/out/$(TARGET_ARCH)_$(TARGET_OS)
CONTAINER_CLI ?= docker
DOCKER_SOCKET_MOUNT ?= -v /var/run/docker.sock:/var/run/docker.sock
IMG ?= gcr.io/istio-testing/build-tools:2019-10-10T00-49-39
IMG ?= gcr.io/istio-testing/build-tools:2019-10-11T13-37-52
UID = $(shell id -u)
PWD = $(shell pwd)

Expand Down
6 changes: 2 additions & 4 deletions authentication/v1alpha1/istio.authentication.v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@
"enum": [
"STRICT",
"PERMISSIVE"
],
"default": "STRICT"
]
},
"istio.authentication.v1alpha1.Jwt": {
"description": "JSON Web Token (JWT) token format for authentication as defined by [RFC 7519](https://tools.ietf.org/html/rfc7519). See [OAuth 2.0](https://tools.ietf.org/html/rfc6749) and [OIDC 1.0](http://openid.net/connect) for how this is used in the whole authentication flow.",
Expand Down Expand Up @@ -195,8 +194,7 @@
"enum": [
"USE_PEER",
"USE_ORIGIN"
],
"default": "USE_PEER"
]
},
"istio.authentication.v1alpha1.Policy": {
"description": "Policy defines what authentication methods can be accepted on workload(s), and if authenticated, which method/certificate will set the request principal (i.e request.auth.principal attribute).",
Expand Down
Loading

0 comments on commit ebe44b4

Please sign in to comment.