Y
Hacker News
new
|
ask
|
show
|
jobs
by
wenchenglu
3320 days ago
Good question. The auth work for this release is mainly focusing on service-to-service authentication. We are looking into adding OAuth2 and JWT support for enduser auth in the future release.
Disclaimer: I work on Istio
2 comments
wenchenglu
3320 days ago
BTW, if you are interested in Istio auth future work, here is the list:
https://github.com/istio/auth#future-work
Disclaimer: I work on Istio
link
misterbowfinger
3320 days ago
thanks all!
link
misterbowfinger
3320 days ago
Cool. Also - what does Istio use for persistence? I imagine it's gonna persist the data for auth'ing stuff somewhere.
link
lookuptable
3320 days ago
If you're referring to where the key/cert is persisted, it's currently facilitated by Kubernetes' secrets and mounted into Envoy container
Disclaimer: I work on Istio
link
Disclaimer: I work on Istio