Greg Harvey

Results 23 comments of Greg Harvey

This is really similar to the question I came here to ask, which is "can we support U2F public keys?" ... this is actually a more versatile solution, as if...

Hi, Bumping this, as the PR has fixed a problem for us. We were trying to migrate from the old LinOTP2 module written in C (https://github.com/LinOTP/linotp-auth-pam) I've been testing with...

For anyone who finds this while the PR is in limbo, workarounds are possible - see use of override configs in https://askubuntu.com/a/659268

+1 We are seeing the exact same issue with more up to date versions. ```sh $ ansible-galaxy collection list --collections-path /home/controller/.ansible/collections/ansible_collections # /home/controller/.ansible/collections/ansible_collections Collection Version --------------------- ------- amazon.aws 7.1.0 ansible.posix...

It feels related to jinja templating issues, which I've come across before and there's a good explanation here: * https://github.com/ansible/ansible/issues/17992#issuecomment-253837999 But I don't quite understand why it's a particular issue...

It's really weird. We have worked around it like this for now: ### vars ```yaml aws_waf: cloud_front_arn: "arn:aws:cloudfront::123456:distribution/ABCDEFGH" acl_name: "dummy_master_acl" rate_limit: 600 ``` ### role ```yaml # Workaround for rate...

+1 - I needed this on Debian too.

Actually, this fixed things on Debian Buster, but for Debian Bullseye it seems this is just entirely broken. The `requests` lib isn't there, and they've pulled the `python-requests` package -...

Updated to also include the ability to provide a string for the year/month CSV file to check, in the format 'YYYY-MM' - again, this doesn't break the default operation, people...

Refactored to remove obsolete AWS packages and use the `aws-sdk` instead for fetching the billing spreadsheet from S3.