Skip to content

Commit 956d16d

Browse files
authored
Update docu for 4.6.0 release (#681)
1 parent 6f6054e commit 956d16d

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Please remember to provide a good summary, description as well as steps to repro
2222
To run Gatekeeper, you can build it using this command:
2323

2424
```bash
25-
docker buildx build --platform linux/amd64,linux/arm64 -t quay.io/gogatekeeper/gatekeeper:4.5.0 .
25+
docker buildx build --platform linux/amd64,linux/arm64 -t quay.io/gogatekeeper/gatekeeper:4.6.0 .
2626
```
2727

2828
or you can use already existing Docker image by running:
2929

3030
```bash
31-
docker run -it --rm quay.io/gogatekeeper/gatekeeper:4.5.0 \
31+
docker run -it --rm quay.io/gogatekeeper/gatekeeper:4.6.0 \
3232
--listen 127.0.0.1:8080 \
3333
--upstream-url http://127.0.0.1:80 \
3434
--discovery-url https://keycloak.example.com/realms/<REALM_NAME> \
@@ -44,16 +44,16 @@ Beside links to archives of binaries we provide also checksum file containing ch
4444
for archives. You can download file gatekeeper-checksum.txt, it contains sha512 checksums e.g.:
4545

4646
```
47-
324b34ece86b6214f835ba9fd79e185864a9005f514458796c22c053de63f428235d2d2a04864065a49c090ad81d2daeb45546544fdd9531a8dea1a43145b8f0 gatekeeper_4.5.0_windows_amd64.zip
48-
38759e75a94d130758cd26958bd9a66b261be8d58a6c7a0fc04845157649aaf628d22a115c95285b405f8e4d6afa8bd78ca8677d1304faf06db93a0cbbc831a6 gatekeeper_4.5.0_linux_amd64.tar.gz
49-
f5322e41b3d78017191246bdd54f99e9b3dd8d5ff9d224e7e81b678a952c1d5aae125ea4c251928969b0a0ea0dc59724308c918993c8227f384f61896f58cbd0 gatekeeper_4.5.0_macOS_amd64.tar.gz
47+
324b34ece86b6214f835ba9fd79e185864a9005f514458796c22c053de63f428235d2d2a04864065a49c090ad81d2daeb45546544fdd9531a8dea1a43145b8f0 gatekeeper_4.6.0_windows_amd64.zip
48+
38759e75a94d130758cd26958bd9a66b261be8d58a6c7a0fc04845157649aaf628d22a115c95285b405f8e4d6afa8bd78ca8677d1304faf06db93a0cbbc831a6 gatekeeper_4.6.0_linux_amd64.tar.gz
49+
f5322e41b3d78017191246bdd54f99e9b3dd8d5ff9d224e7e81b678a952c1d5aae125ea4c251928969b0a0ea0dc59724308c918993c8227f384f61896f58cbd0 gatekeeper_4.6.0_macOS_amd64.tar.gz
5050
```
5151

5252
After you download archive of binary you can calculate it's checksum by using e.g. sha512sum Linux utility:
5353

5454
```
55-
sha512sum /my/path/gatekeeper_4.5.0_linux_amd64.tar.gz
56-
38759e75a94d130758cd26958bd9a66b261be8d58a6c7a0fc04845157649aaf628d22a115c95285b405f8e4d6afa8bd78ca8677d1304faf06db93a0cbbc831a6 gatekeeper_4.5.0_linux_amd64.tar.gz
55+
sha512sum /my/path/gatekeeper_4.6.0_linux_amd64.tar.gz
56+
38759e75a94d130758cd26958bd9a66b261be8d58a6c7a0fc04845157649aaf628d22a115c95285b405f8e4d6afa8bd78ca8677d1304faf06db93a0cbbc831a6 gatekeeper_4.6.0_linux_amd64.tar.gz
5757
```
5858

5959
As you can see output of command is checksum, you can compare it with the one in gatekeeper-checksum.txt.

docs/content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ in Keycloak, providing granular role controls over issue tokens.
532532

533533
``` yaml
534534
- name: gatekeeper
535-
image: quay.io/gogatekeeper/gatekeeper:4.5.0
535+
image: quay.io/gogatekeeper/gatekeeper:4.6.0
536536
args:
537537
- --enable-forwarding=true
538538
- --forwarding-username=projecta
@@ -559,7 +559,7 @@ Example setup client credentials grant:
559559

560560
``` yaml
561561
- name: gatekeeper
562-
image: quay.io/gogatekeeper/gatekeeper:4.5.0
562+
image: quay.io/gogatekeeper/gatekeeper:4.6.0
563563
args:
564564
- --enable-forwarding=true
565565
- --forwarding-domains=projecta.svc.cluster.local

docs/content/configuration/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ weight: 2
158158
| \--enable-request-upstream-compression | enables asking upstream for compression, by adding Accept-Encoding: gzip header and decompressing response from upstream | true | PROXY_ENABLE_REQUEST_UPSTREAM_COMPRESSION
159159
| \--enable-accept-encoding-header | pass Accept-Encoding header from client to upstream | false | PROXY_ENABLE_ACCEPT_ENCODING_HEADER
160160
| \--enable-id-token-claims | extract claims also from ID token, you can then use --add-claims option to specify claims from ID token | false | PROXY_ENABLE_ID_TOKEN_CLAIMS
161-
| \--enable-userinfo-claims | extract claims also from userinfo, you can then use --add-claims option to specify claims | false | PROXY_ENABLE_USER_INFO_CLAIMS
161+
| \--enable-user-info-claims | extract claims also from userinfo, you can then use --add-claims option to specify claims | false | PROXY_ENABLE_USER_INFO_CLAIMS
162162
| \--enable-loa | enable level of authentication | false |
163163
| \--enable-store-ha | enable RedisCluster HA client | false | PROXY_ENABLE_STORE_HA
164164
| \--disable-all-logging | disables all logging to stdout and stderr | false | PROXY_DISABLE_ALL_LOGGING

e2e/k8s/manifest_test_forwardauth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2626,7 +2626,7 @@ spec:
26262626
- -c
26272627
- "while true;do sleep 10;done"
26282628
- name: proxy
2629-
image: quay.io/gogatekeeper/gatekeeper:4.3.0
2629+
image: quay.io/gogatekeeper/gatekeeper:4.6.0
26302630
imagePullPolicy: Never
26312631
args:
26322632
- --client-id=test-client

kube/forward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
spec:
1414
containers:
1515
- name: proxy
16-
image: quay.io/gogatekeeper/gatekeeper:1.6.0
16+
image: quay.io/gogatekeeper/gatekeeper:4.6.0
1717
imagePullPolicy: Always
1818
args:
1919
- --config /etc/secrets/forwarding.yml

kube/reverse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
secretName: tls
2222
containers:
2323
- name: proxy
24-
image: quay.io/gogatekeeper/gatekeeper:4.3.0
24+
image: quay.io/gogatekeeper/gatekeeper:4.6.0
2525
imagePullPolicy: Always
2626
args:
2727
- --client-id=broker

0 commit comments

Comments
 (0)