Conversation
…), the former is not available for the auditor role
…ven connection object was created by an auditor user
…object has enough permissions to run the audit functions
…ese on the CRAN official documentation page
…r/permissions and update formatting of the outputs
…th setting system permissions and recognising AUDIT_ALL
…ired for a DataSHIELD server connection: connection status, backend version and check permissions
…der version of Opal, than the minimum required, 5.7.2
…d connection to a single helper function, validate_backend
…hen running checks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dsROCrate 0.1.0
New Features
check_permissions()support for backend connections, allowing users to verify whether a connection has sufficient privileges to runsafe_*auditing functions before execution (Function to check permissions for safe_* methods and guide for configuration #15).Improvements
opalr::opal.datasources()withopalr::opal.projects(), reducing the permissions required for metadata extraction and improving compatibility with auditor accounts (Replaceopalr::opal.datasources()withopalr::opal.projects()#21).Bug Fixes
safe_data()andsafe_people()permission handling (Exclude admin/audit users' permissions #19).Documentation
Internal Changes