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
Describe the bug
CNF test secrets_used is reporting service account resources.
To Reproduce
Steps to reproduce the behavior:
Install CNF testsuite 1.3.3
Create AUT that utilizes service account
Run secrets_used test
🎬 Testing: [secrets_used]
No Secret Volumes or Container secretKeyRefs found for resource: {kind: "ServiceAccount", name: "dnstest-dnssig-cnti-sa", namespace: "dns-system"}
Secrets not used. To address this issue please see the USAGE.md documentation
⏭️ ✨SKIPPED: [secrets_used] Secrets not used 🧫
Expected behavior
Service accounts are excluded from the test?
The text was updated successfully, but these errors were encountered:
@svteb, thanks! Note, the test no_local_volume_configuration is also checking N/A resources (services and service accounts)
🎬 Testing: [no_local_volume_configuration]
Rescued: On resource prod-dnstest-dnssig-cnti-metrics of kind Service, local storage configuration volumes not found
Rescued: On resource prod-dnstest-dnssig-cnti of kind Service, local storage configuration volumes not found
Rescued: On resource prod-dnstest-dnssig-cnti-sa of kind ServiceAccount, local storage configuration volumes not found
I will modify the title accordingly.
sysarch-repo
changed the title
CNF test secrets_used is reporting service account resources.
CNF tests secrets_used and no_local_volume_configuration are reporting N/A resources.
Jan 12, 2025
sysarch-repo
changed the title
CNF tests secrets_used and no_local_volume_configuration are reporting N/A resources.
[BUG] CNF tests secrets_used and no_local_volume_configuration are reporting N/A resources.
Jan 13, 2025
Describe the bug
CNF test secrets_used is reporting service account resources.
To Reproduce
Steps to reproduce the behavior:
🎬 Testing: [secrets_used]
No Secret Volumes or Container secretKeyRefs found for resource: {kind: "ServiceAccount", name: "dnstest-dnssig-cnti-sa", namespace: "dns-system"}
Secrets not used. To address this issue please see the USAGE.md documentation
⏭️ ✨SKIPPED: [secrets_used] Secrets not used 🧫
Expected behavior
Service accounts are excluded from the test?
The text was updated successfully, but these errors were encountered: