python-blessclient icon indicating copy to clipboard operation
python-blessclient copied to clipboard

Python client for fetching BLESS certificates

Results 9 python-blessclient issues
Sort by recently updated
recently updated
newest added

ssh-add -l no longer outputs the file path on newer versions, so verifying by ssh-add -l and searching for a string no longer works

Always throws "Could not add to ssh-agent" error every generation of certificate even though it is successful and it's also not removing the old one. Identity_file location (~/.ssh/blessid) is being...

Since https://github.com/Netflix/bless/pull/74 got merged and clients 7.8 have problems connecting to servers

This commit will allow the use of tools like https://github.com/basefarm/aws-session-tool that store the aws session in environment variables. Default disabled and can be enabled in the config file. From what...

Trying to set this up on my Centos7, using Python 3.6 from ius.io Downloaded the master zip, and unpacked. After fiddling with requirements I got 'make client' to work Successfully...

On occasion, on the first cold run: ``` DEBUG:root:Cache get disabled DEBUG:root:Cache get disabled DEBUG:root:Getting current public IP DEBUG:root:Could not refresh public IP from http://api.ipify.org Traceback (most recent call last):...

Hi, while troubleshooting some unrelated problems I noticed this client is generated signed key certs for any identity that we use in the in the ssh command. The culprit seems...

I would suggest implementing a parameter that allows stopping bless from adding the Identity file to `ssh-agent`. Namely this lines: https://github.com/lyft/python-blessclient/blob/master/blessclient/client.py#L594-L597 Given a config like: ``` Match exec "env |...