boundary
boundary copied to clipboard
Boundary enables identity-based access management for dynamic infrastructure.
This PR updates the 0.19.x release notes for the upcoming 0.19.3 release. It contains the following updates, click the links to see them in the preview deployment: - Added an...
test: add grants test for auth-token resource - add test that tests the grants for the auth-token resource with different actions, scopes and output fields - Fix bug where the...
When creating a new scope, by default two roles are created each with some default grants. This can be disabled by using the `-skip-admin-role-creation` or `-skip-admin-role-creation` flag/option to skip this...
For each grantsForUser repo function, the logic to map from DB object -> `perms.GrantTuple` was very similar. - This PR reduces code by removing those functions & moves the mapping...
## Backport This PR is auto-generated from #5826 to be assessed for backporting due to the inclusion of the label backport/website. :rotating_light: >**Warning** automatic cherry-pick of commits failed. If the...
## Backport This PR is auto-generated from #5826 to be assessed for backporting due to the inclusion of the label backport/website. :rotating_light: >**Warning** automatic cherry-pick of commits failed. If the...
**Describe the bug** A user suddenly started to get the following error in Boundary Output from the cache status ``` Resolvable-Alias: Count: 0 Last Error Message: cache.(Repository).refreshResolvableAliases: for token "at_D9zDTjoOBy":...
This PR adds MySQL connection support to the Boundary CLI. Users can now securely and easily connect to MySQL targets using the `boundary connect mysql` command. ### What’s Added? -...
**Is your feature request related to a problem? Please describe.** Yes. While Boundary CLI currently allows easy connection to PostgreSQL databases using the boundary connect postgres command, there is no...