Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to scan ConfigMaps in addition to Secrets #208

Open
nweisenauer-sap opened this issue Nov 9, 2023 · 1 comment
Open

Comments

@nweisenauer-sap
Copy link

Hey,

we are successfully using this tool to keep track of certificates inside K8s secrets and files on the nodes.
However, some certificates are stored inside K8s ConfigMaps. Is it possible to scan for certificates inside ConfigMaps?

Cheers,
Nico

@Zhaikuku
Copy link

Zhaikuku commented Feb 4, 2024

Yes, for example, the (kubectl get cm -A | grep istio-ca-root-cert) configuration is obtained, which is a required configuration for istio v1.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants