Skip to content

Instantly share code, notes, and snippets.

@tylertreat
Created June 19, 2020 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylertreat/98d37d03d9bd1e6f4b24271fc2824e61 to your computer and use it in GitHub Desktop.
Save tylertreat/98d37d03d9bd1e6f4b24271fc2824e61 to your computer and use it in GitHub Desktop.
GKE BackendConfig for enabling IAP
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