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

**Describe the bug** Added 2 credential libraries in a single target which has 2 hosts .While connecting to the hosts , boundary used same credential library . https://user-images.githubusercontent.com/110039059/205293333-da2a0514-39cd-4255-9076-893bc5daa0bc.mp4 Target -...

enhancement

Hello, Currently, if there are multiple Boundary installations, the user must sign out from one instance and connect to the other. The user must also type in the URL of...

enhancement

reworks the database structure for plugins to no longer use individual tables for each type of plugin and instead uses a single table `plugin` for all plugins and helper tables...

core/db
core
core/proto
core/host
core/sql
core/daemon

Support for Google as OIDC provider in boundary auth_methods I can see okta, Auth0, and Azure AD as OIDC providers for implementing authentication for boundary I tried to set up...

enhancement

**Is your feature request related to a problem? Please describe.** Probably a feature request. I asked about it on https://discuss.hashicorp.com/ but was redirected here. I was just wondering if there...

enhancement

According to the documents the logout URL for Azure OIDC is not working with the docker 0.11.2 release. for example http://localhost:3000 Documentation: https://developer.hashicorp.com/boundary/tutorials/access-management/oidc-auth Can someone add the documentation for the...

**Describe the bug** The `/health` endpoint returns status `200` as the Controller returns `500` errors to users. Our setup is described in "Additional context" below. **To Reproduce** Steps to reproduce...

triage

**Describe the bug** The Boundary app session does not have an expiration date and remains active indefinitely. However, if the user doesn't use the app for 24 hours and then...

triage

**Is your feature request related to a problem? Please describe.** We need to block file copies inside of SSH. This is prevent data exfiltration. Maybe boundary supports this already? Does...

enhancement

The `>` in this command is done by bash, not by `cat`, therefore, if run by non-root user you will get permission denied. Fixing by running the entire sudo'd command...

website