-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d301f3
commit 3f71306
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]", | ||
] | ||
|
@@ -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. | ||
|
||
|