confidant icon indicating copy to clipboard operation
confidant copied to clipboard

Confidant: your secret keeper. https://lyft.github.io/confidant

Results 54 confidant issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies
python

Bumps [salt](https://github.com/saltstack/salt) from 2015.8.1 to 3003.5. Release notes Sourced from salt's releases. v3003.5 No release notes provided. v3003.4 No release notes provided. v3003.3 No release notes provided. v3003.2 WARNING: The...

dependencies
python

Hi Guys.. I followed the official documentation to run the confidant locally using docker desktop. these are the following commands that i followed as of now. ``` 1. docker pull...

As specified here https://lyft.github.io/confidant/api.html#post--v1-credentials, it claims that `enabled` defaults to true. When attempting to POST credentials, confidant posts an error stating that it must not be `None`, suggesting that it...

The documentation specifically lists the following under the 'Google authentication user restrictions` heading: ``` export USERS_FILE='/etc/confidant/users.yaml' export USER_EMAIL_SUFFIX='@example.com' ``` This however is compatible for use, at the very least, with...

This PR adds a groups field to credentials. If a user is not in one of the groups associated with a credential then they will be unable to interact with...

toastedmarshmallow includes a fork of marshmallow, but webargs lists marshmallow as a dependency. To fix webarg's dependency resolution, it's necessary to install the marshmallow fork via `-e git+...`, but that...

bug
distribution