Angel Garbarino
Angel Garbarino
This PR allows us to use the [Design Systems](https://github.com/hashicorp/design-system/blob/main/packages/components/README.md) component package in the UI. If you want to test this out, try out the [breadcrumb](https://design-system-components-hashicorp.vercel.app/components/breadcrumb) component on any hbs file....
Strava requires that you set an Authorization Callback when creating a Strava App. This is not mentioned in the README documentation for setting up the app. I believe this is...
**Done:** - Solved the missing id error that was occurring if we removed the attribute used as a primary key from the serializer. LDAP and Kubernetes both ran into this...
For HVD clusters, we will be passing the base namespace header `admin` and `undefined` for non hvd clusters. This PR adds this conditional and updates the tests. These are enterprise...
This PR adds a permissions check inside the `flags.js` service, using the `lazy-capabilities` macro. While this is the first use case of a permissions check inside a service it made...
The main focus of this PR is to allow HVD managed clusters to access Secrets Sync. This requires that the UI allow HVD users to activate Secrets Sync and see...
Made aware that our clipboard flash message could use some clarification from [this issue ](https://github.com/hashicorp/vault/issues/26831). [Original PR](https://github.com/hashicorp/vault/pull/25479)
This was a fun one 🕵🏻♀️. Regression [PR](https://github.com/hashicorp/vault/pull/24224) (I think, but I'll test on 1.15.x to make sure) Fixes Issue #26634 * Codemirror's `setValue` resets the cursor position. * It...
- [x] Ent test pass - [x] Test coverage The UI team has run into various issues with the use of `NavigateInput` for filtering over a list. Such an issue...