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
In the Snowflake Security Dashboards there are multiple queries that hit the USERS view to present things like stale users, oldest password, most dangerous person, etc.
All of these queries should include a clause to filter out disabled records:
AND DISABLED = FALSE
Otherwise the results will present inactive accounts as being active security concerns.
Describe the bug
In the Snowflake Security Dashboards there are multiple queries that hit the USERS view to present things like stale users, oldest password, most dangerous person, etc.
All of these queries should include a clause to filter out disabled records:
AND DISABLED = FALSE
Otherwise the results will present inactive accounts as being active security concerns.
URL of where you see the bug
https://quickstarts.snowflake.com/guide/security_dashboards_for_snowflake/index.html?index=..%2F..index#0
To Reproduce
N/A
Expected behavior
Disabled Users should not be included in query results as they don't represent active security concerns/risks
Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: