Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Nov 26, 2021
1 parent 6d301f3 commit 3f71306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ target_cluster = {
## DNS managed zone accessible from the public internet
dns_managed_zone = "my-managed-zone"
## users you want to grant access via the IAP proxy
accessors = [
"user:[email protected]",
]
Expand Down Expand Up @@ -80,6 +82,7 @@ Now you can start the proxy, by copying the outputted command:

```shell-terminal
$ go install github.com/binxio/[email protected]
$ terraform output -raw iap_proxy_command | sh
```
The reason for the self-signed certificate is that kubectl will not send the credentials over HTTP.

Expand Down

0 comments on commit 3f71306

Please sign in to comment.