spyglass-cli icon indicating copy to clipboard operation
spyglass-cli copied to clipboard

Access management as code.

Results 35 spyglass-cli issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

this error printout will print the same role name many times for each permission, we should de-duplicate this

bug

``` % npm install -g spyglass-cli@latest npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated [email protected]: Please upgrade...

Currently, `verify` can show a lot of issues, and you have to fix them one by one. First, the view itself isn't very nice when reviewing lots (5+) issues. Probably...

recommendations

Part of the [Managed Roles](https://github.com/spyglasshq/spyglass-cli/discussions/64) feature. Users should be able to define a high level policy like: "For each schema, I want an admin, editor, and viewer role for all...

enhancement

Part of the [Managed Roles](https://github.com/spyglasshq/spyglass-cli/discussions/64) feature. Should support the following definitions: - Role `pii_viewer` has access to tables tagged with `pii` - Role `non_pii_viewer` has access to all tables **except**...

enhancement

Today, `apply` generates sql commands by diffing a merged yaml against the yaml on the main/master branch. For acceptance testing, we may want to ensure that `apply` correctly replicates all...

enhancement