StackStorm-Exchange / stackstorm-kubernetes

st2 content pack containing Kubernetes sensors
https://exchange.stackstorm.org/
Apache License 2.0
19 stars 17 forks source link

Support for token based authentication #33

Closed uttamk closed 5 years ago

uttamk commented 5 years ago

Currently, the pack supports certificates and username/password based authentication. The k8s cluster we use just supports token based authentication for external clients as a policy. It would be awesome if the kubernetes pack supported token based authentication.

uttamk commented 5 years ago

https://github.com/StackStorm-Exchange/stackstorm-kubernetes/pull/34 adds the capability of using bearer token based authentication.

LindsayHill commented 5 years ago

Resolved by #34