Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Add import to allow OIDC auth #661

Merged
merged 1 commit into from
Mar 29, 2018
Merged

Add import to allow OIDC auth #661

merged 1 commit into from
Mar 29, 2018

Conversation

acaire
Copy link
Contributor

@acaire acaire commented Mar 29, 2018

Issue Ref: None

Description: Fixes this error on the command line when authing to Kubernetes with
OIDC:

$ kubeless function ls
FATA[0000] Can not list functions: No Auth Provider found for name "oidc"

After the import:

$ kubeless function ls
NAME	NAMESPACE	HANDLER	RUNTIME	TYPE	TOPIC	DEPENDENCIES	STATUS

TODOs:

  • Ready to review

Fixes this error on the command line when authing to Kubernetes with
OIDC:

$ kubeless function ls
FATA[0000] Can not list functions: No Auth Provider found for name "oidc"

After the import:

$ kubeless function ls
NAME	NAMESPACE	HANDLER	RUNTIME	TYPE	TOPIC	DEPENDENCIES	STATUS
@sebgoa
Copy link
Contributor

sebgoa commented Mar 29, 2018

thank you seems easy enough

/lgtm

@murali-reddy
Copy link
Contributor

LGTM as well. At some point we might just import k8s.io/client-go/plugin/pkg/client/auth

@murali-reddy murali-reddy merged commit 6366d9f into vmware-archive:master Mar 29, 2018
@acaire
Copy link
Contributor Author

acaire commented Mar 29, 2018

Thanks! :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants