Skip to content

Instantly share code, notes, and snippets.

@arjun921
Created May 24, 2020 18:23
Show Gist options
  • Save arjun921/c25604f80a860f31db6552e3427db6d5 to your computer and use it in GitHub Desktop.
Save arjun921/c25604f80a860f31db6552e3427db6d5 to your computer and use it in GitHub Desktop.
plugins:
- kind: KfAwsPlugin
metadata:
name: aws
spec:
auth:
oidc:
certArn: arn:aws:acm:us-west-2:########:certificate/#######-#####-###-#
oAuthClientId: Your Auth0 App Client Id
oAuthClientSecret: Your Auth0 App Client Secret
oidcAuthorizationEndpoint: https://kftest.auth0.com/authorize
oidcIssuer: https://kftest.auth0.com/
oidcTokenEndpoint: https://kftest.auth0.com/oauth/token
oidcUserInfoEndpoint: https://kftest.auth0.com/userinfo
region: us-west-2
enablePodIamPolicy: true
repos:
- name: manifests
uri: https://github.com/kubeflow/manifests/archive/v1.0-branch.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment