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

Feature request: improve audit_access_open function #220

Open
gsingh91 opened this issue Apr 1, 2024 · 1 comment
Open

Feature request: improve audit_access_open function #220

gsingh91 opened this issue Apr 1, 2024 · 1 comment

Comments

@gsingh91
Copy link

gsingh91 commented Apr 1, 2024

The current audit_access_open function only outputs the name of the apps which have no login required set. This is imcomplete information and lacks actionable outputs like the content URL or the user details of the publisher. This function should be enhanced to include such details so that admins have enough information for next steps.

@nealrichardson
Copy link
Collaborator

Or just delete this function, since get_content() |> filter(access_type == "all") is probably what you want, and you can then |> pull(name) if you want the behavior of audit_access_open().

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