10.3. 禁用加密
您可以禁用加密,以便客户端不需要 TLS 证书来与 Data Grid 建立连接。
重要
如果通过 spec.expose.type
从 OpenShift 集群外访问端点,则不要禁用加密。您应该只针对开发环境禁用加密。
流程
将
None
设置为您的Infinispan
CR 中的spec.security.endpointEncryption.type
字段的值。spec: security: endpointEncryption: type: None
spec: security: endpointEncryption: type: None
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 应用更改。