Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion authentikos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

PROJECT = istio-testing
HUB = gcr.io
VERSION ?= 0.0.6
VERSION ?= 0.0.7

.PHONY: deploy
deploy: image push
Expand Down
1 change: 1 addition & 0 deletions authentikos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ The following is a list of supported options for `authentikos`:
- 0.0.4: Add `--key` option for specifying the name of the data key in the created Kubernetes secret.
- 0.0.5: Use [Sprig](http://masterminds.github.io/sprig/) as the library for template functions.
- 0.0.6: Add `--force-refresh` option for forcing a token refresh. If this option is omitted or false, the token will only refresh when necessary. Add `--interval` option for customizing the token refresh interval. If unspecified, default scopes to _userinfo.email_, _cloud-platform_, and _openid_.
- 0.0.7: Add more descriptive error logging for token creation failure.
2 changes: 1 addition & 1 deletion authentikos/examples/authentikos-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
serviceAccountName: authentikos
containers:
- name: authentikos
image: gcr.io/istio-testing/authentikos:0.0.6
image: gcr.io/istio-testing/authentikos:0.0.7
imagePullPolicy: Always
args:
- --verbose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
serviceAccountName: authentikos
containers:
- name: authentikos
image: gcr.io/istio-testing/authentikos:0.0.6
image: gcr.io/istio-testing/authentikos:0.0.7
imagePullPolicy: Always
args:
- --verbose
Expand Down
Empty file modified authentikos/test/integ-simple.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion authentikos/test/testdata/authentikos-simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
serviceAccountName: authentikos
containers:
- name: authentikos
image: gcr.io/istio-testing/authentikos:0.0.6
image: gcr.io/istio-testing/authentikos:0.0.7
imagePullPolicy: Always
args:
- --verbose
Expand Down