boundary
boundary copied to clipboard
Boundary enables identity-based access management for dynamic infrastructure.
**Is your feature request related to a problem? Please describe.** I'm looking at options for ingesting a large number of dynamic (1000+) RDS clusters into Boundary. **Describe the solution you'd...
This is the first round of worker bats tests. Follow up PRs will add tests for worker creation, delete, and API tag management.
currently omits error `ST1005` for error string formatting since boundary errors violate Staticcheck's rules for these (don't start error strings with a capital and don't end error strings with punctuation)...
Could we have the feature like that I can choose the worker by API ,rather than only bind it to the target worker filter, that way,we can choose any worker...
**Describe the bug** The boundary.service file uses the %i variable, so it's clearly meant to be run as '[email protected]', '[email protected]', and so on. But systemctl/systemd doesn't understand how to create...
This PR will let authorizesession API allocate worker from control plane api @jefferai @jimlambrt @talanknight @mgaffney Could you guys help me to review this PR? I can't requests reviewers from...
**Is your feature request related to a problem? Please describe.** Need a way to validate hcl configurations on boundary before writing them. **Describe the solution you'd like** consul validate or...
Adding tests that validate the authorize-session requests when a host-id is provided when an alias is used, both configured and not configured with a host id already. Note that a...
This PR adds an e2e test for aliases. The test does the following - creates a target with an address - creates an alias to that target - connects to...