Package Details: gimme-aws-creds 2.6.1-1

Git Clone URL: https://aur.archlinux.org/gimme-aws-creds.git (read-only, click to copy)
Package Base: gimme-aws-creds
Description: CLI tool for using Okta IdP to acquire temporary AWS credentials via STS
Upstream URL: https://github.com/Nike-Inc/gimme-aws-creds
Licenses: Apache
Submitter: chrissnell
Maintainer: brokenpip3 (brokenpip3-bot)
Last Packager: brokenpip3-bot
Votes: 2
Popularity: 0.000000
First Submitted: 2020-08-04 15:12 (UTC)
Last Updated: 2023-05-14 10:56 (UTC)

Latest Comments

1 2 Next › Last »

brokenpip3 commented on 2023-02-03 18:20 (UTC)

just adopted the package, will try to build a working version soon

flying-sheep commented on 2022-09-15 10:57 (UTC)

Trying to use this results in the following for me:

Traceback (most recent call last):
  File "/usr/bin/gimme-aws-creds", line 13, in <module>
    from gimme_aws_creds.main import GimmeAWSCreds
  File "/usr/lib/python3.10/site-packages/gimme_aws_creds/main.py", line 32, in <module>
    from .okta import OktaClient
  File "/usr/lib/python3.10/site-packages/gimme_aws_creds/okta.py", line 34, in <module>
    from gimme_aws_creds.webauthn import WebAuthnClient, FakeAssertion
  File "/usr/lib/python3.10/site-packages/gimme_aws_creds/webauthn.py", line 18, in <module>
    from ctap_keyring_device.ctap_keyring_device import CtapKeyringDevice
  File "/usr/lib/python3.10/site-packages/ctap_keyring_device/ctap_keyring_device.py", line 18, in <module>
    from fido2.ctap2 import (
ImportError: cannot import name 'AttestedCredentialData' from 'fido2.ctap2' (/usr/lib/python3.10/site-packages/fido2/ctap2/__init__.py)

dhummel commented on 2021-08-18 18:54 (UTC)

@chrissnell, yes I re-installed everything from scratch without any problems. Thanks!

chrissnell commented on 2021-08-18 02:28 (UTC)

@dhummel cool, and thank you. I added it as a dependency. Can you test that this package works for you now?

dhummel commented on 2021-08-18 00:26 (UTC)

I've created an AUR entry for python-ctap-keyring-device that should take care of the dependency issue.

https://aur.archlinux.org/packages/python-ctap-keyring-device/

chrissnell commented on 2021-06-30 15:10 (UTC)

@thiagoalmeidasa looks like we are missing the ctap-keyring-device dependency.

There's not an Arch package for this. Want to make one?

thiagoalmeidasa commented on 2021-03-22 14:41 (UTC)

PKGBUILD requires doesn't reflect the original python requirements, making this package unusable.

https://github.com/Nike-Inc/gimme-aws-creds/blob/master/requirements.txt

flying-sheep commented on 2020-12-09 13:18 (UTC) (edited on 2020-12-09 13:25 (UTC) by flying-sheep)

This package no longer works, okta 1.0 has been released in october.

we should do the stuff in this comment: https://aur.archlinux.org/packages/python-okta/#comment-779881

I released https://aur.archlinux.org/packages/python-okta-legacy that provides the pre-1.0 API. You can make this package depend on python-okta-legacy as long as it hasn’t upgraded to 1.x

brokenpip3 commented on 2020-10-04 16:34 (UTC)

Perfect, thanks