dani

Results 8 issues of dani

sample api (json) output: (json has been formatted) ```json ~/codebase/boundary % curl http://localhost:9200/v1/scopes/global:list-keys -H "Content-Type: application/json" -H "Authorization: Bearer $(boundary config get-token)" | jq { "items": [ { "id": "kdk_BuHyGp2zZh",...

api
core/db
core/gen
api/scopes
core
core/proto
core/kms
core/sql
core/daemon

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

I got an email a few hours ago asking if [Blue Blocker](https://github.com/kheina-com/Blue-Blocker) could integrate with Old Twitter. I didn't know about your extension before and it's really good, so I'm...

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

content loaded from off-site sources (requiring CORS) and retrieved from cache by javascript automatically fails. image is loaded from a cdn via an xhr request from javascript image url: `https://cdn.fuzz.ly/eY2stn74/40994bf2-861b-45ac-97e4-0b1693531c85.jpg`...

- upgrades go to v1.21 and eliminates the use of `imax` in favor of go's built-in `max` function - imports gif and webp libraries to add support for those file...

TODO: needs automated testing, but tested locally using `boundary dev` and vault running in docker ## successful unwrapping of a vault token within boundary ```bash ~/codebase/boundary % export BOUNDARY_VAULT_TOKEN=$(vault token...

api
core
core/proto
core/daemon

## Description ### New and Improved * Vault LDAP has been added as a credential provider ([PR](https://github.com/hashicorp/boundary/pull/6222)) * Added support for host key verification when connecting to an SSH target...