Skip to content

Commit 0d5f454

Browse files
committed
docs/k8s-manifest.yaml: fix TODO
Fixed by #86. Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
1 parent 27bd72e commit 0d5f454

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/k8s-manifests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ data:
8888
path: httpbin
8989
type: http
9090
config:
91-
# url: https://httpbin.org/bearer #TODO: this is not working for some reason (the header doesn't seem to be passed)
92-
url: https://httpbin.org/headers
93-
credentials: httpbin-credentials
91+
url: https://httpbin.org/bearer
92+
credentials: httpbin-credentials
9493
---
9594
# Local policy files for my-beta-app bundle
9695
apiVersion: v1

0 commit comments

Comments
 (0)