Skip to content

Mask sensitive values displayed in the NeuVector UI under the SAML configuration, such as certificates, group names, and tenant ID #1161

@Bin0089

Description

@Bin0089

Hi Team,
I am working with customer and we were able to successfully configure SAML(AzureAD) using a ConfigMap. The configuration is working as expected.Here is the sample configMap file.

$ cat initcfg.yaml
apiVersion: v1
data:
samlinitcfg.yaml: |
always_reload: true
SSO_URL: https://login.microsoftonline.com/tjklpojknknklmnl/saml12
Issuer: https://sts.windows.net/tjklpojknknklmnl
X509_Cert: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
x509_cert_extra:
- |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
Group_Claim:
Enable: false
Default_Role: admin
group_mapped_roles:
- group: admin1
global_role: admin
kind: ConfigMap
metadata:
name: neuvector-init
namespace: neuvector
Questions from customer: it is possible to mask sensitive values displayed in the NeuVector UI under the SAML configuration, such as certificates, group names, and tenant ID ? These values appears as it is in UI and customer would like to mask it.

Refer-: https://suse.slack.com/archives/C03205DN52S/p1767692512518709

Image Image

Metadata

Metadata

Assignees

Labels

UINeuVector manager repo's tasks, including UI and seb serverenhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions