Marc Boudreau
Marc Boudreau
### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...
The **README.md** should have instructions on setting the `CAP_IPC_LOCK` capability for the plugin binary file added to it.
When running Vault with the **CAP_IPC_LOCK** capability set (the default), this plugin won't work unless the plugin binary file also has the capability set using the `setcap cap_ipc_lock=+ep $VAULT_CIRCLECI_AUTH_PLUGIN_PATH`. The...
Currently, any login request containing parameters that correctly refer to a running build of a project owned by the configured owner will be given a valid token. Including CircleCI projects...
This PR completes the changes in this repository for the UI Custom Messages feature. It introduces two more endpoints: 1. `sys/internal/ui/unauthenticated-messages` 2. `sys/internal/ui/authenticated-messages` This PR introduces the handler for these...
### Description This PR introduces a new resource named **vault_config_ui_custom_message** to the provider to allow managing the newly introduced UI Custom Messages in Vault v.1.16.0. ### Checklist - [x] Added...
This PR adds an explanation that when a **LIST** operation is issued and there are no results to return, the response is an HTTP 404 response. For example, when no...
The **Invalidate** method of the **IdentityStore** struct was using a simplistic algorithm to synchronize the MemDB records (entities, groups, local entity aliases) with those from the storage bucket. This simplistic...
On occasion, some of our tests that use this Docker image fail due to a race condition that exists in the `/etc/cont-init.d/050-openldap-populate` script. This condition is somewhat rare, but it...
### Description This change corrects a regression that was introduced by #27184. When an entity has been modified in a storage bucket such that one or more aliases has been...