
This patch adds openid token auth support when calling k8s APIs. Openid token auth of k8s relies on an external openid provider, and Keycloak acts as the openid provider in this implementation. Implements: blueprint support-openid-k8s-vim Change-Id: Ie5e080a20cba3ba0ed514ede7955eb16729d797c
8 lines
273 B
YAML
8 lines
273 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds "openid token" authentication strategy for Kubernetes VIM. Users can
|
|
specify openid authentication parameters in the `VIM Register Request`
|
|
or the `VNF Instantiate Request` to indicate tacker to use openid token
|
|
for authentication.
|