You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to add a standard CRD on the zero-trust direction to Opensergo.
The CRD will be expanded to be compatible with istio.
The CRD involves three aspects in total, namely
TlsMode: Authentication policy, whether to authenticate both parties.
JWT: JWT policy, how to verify tokens in a request that comply with the JWT specification.
Auth: Authentication policy that determines which requests are approved and which requests are rejected.
The text was updated successfully, but these errors were encountered:
xinlunanxinlunan
changed the title
Opensergo中加入关于零信任方向的标准CRD
Add the standard CRD for zero trust direction in Opensergo | Opensergo中加入关于零信任方向的标准CRD
Aug 3, 2023
We want to add a standard CRD on the zero-trust direction to Opensergo.
The CRD will be expanded to be compatible with istio.
The CRD involves three aspects in total, namely
我们希望在Opensergo中加入关于零信任方向的标准CRD。
该CRD会在兼容istio的基础上适当拓展。
该CRD总共涉及3个方面,分别为
TLSMode:认证策略
认证策略其示例CRD如下:
能够选取的属性说明如下:
JWT:JWT策略
JWT的示例CRD如下:
能够选取的jwtRules属性说明如下:
Auth:鉴权策略
鉴权策略其示例CRD如下:
能够选取的action属性说明如下:
能够选取的rules属性说明如下:
能够选取的from属性说明如下:
能够选取的to属性说明如下:
The text was updated successfully, but these errors were encountered: