Created
June 19, 2020 21:57
-
-
Save tylertreat/98d37d03d9bd1e6f4b24271fc2824e61 to your computer and use it in GitHub Desktop.
GKE BackendConfig for enabling IAP
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
apiVersion: cloud.google.com/v1beta1 | |
kind: BackendConfig | |
metadata: | |
name: config-default | |
namespace: default | |
spec: | |
iap: | |
enabled: true | |
oauthclientCredentials: | |
secretName: iap-oauth-client-id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment