boundary icon indicating copy to clipboard operation
boundary copied to clipboard

Boundary enables identity-based access management for dynamic infrastructure.

Results 317 boundary issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

website

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...

core
core/daemon

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...

core/iam
api
core/gen
api/scopes
core
core/proto
core/daemon

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...

core/iam
core/db
core
core/sql

website
docs/concepts
docs/configuration

## 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...

website

## 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...

website
core/iam
api
docs/concepts
core/db
core/oplog
core/gen
docs/configuration
core/auth
core/session
core/ui
core
core/proto
core/perms
core/host
core/target
core/types
core/kms
core/sql
core/daemon
core/server

**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":...

bug

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? -...

core

**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...

enhancement