vmware-archive / http-trigger

Kubernetes CRD controller for http invocation of Kubeless functions
Apache License 2.0
9 stars 27 forks source link

Oauth token #7

Closed jamding closed 5 years ago

jamding commented 5 years ago

Issue Ref: #4

Description: This PR allows you to supply a bearer token for the Kubeless Function Controller to use for k8s operations instead of using a k8s service account. Do so by setting the environmental variable KUBELESS_TOKEN_FILE_PATH to the filepath where a file containing the bearer token will be mounted.

See https://github.com/kubeless/http-trigger/pull/5

TODOs: