oktad icon indicating copy to clipboard operation
oktad copied to clipboard

okta-aws, but go

Results 11 oktad issues
Sort by recently updated
recently updated
newest added

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.7 We recommend...

go-keytar links against some dependencies that weren't in my docker build container, need to figure this out or convert go-keytar to use libsecret...

bug

This tool is inspired by `okta-aws` (https://github.com/99designs/aws-vault), and I would prefer that `oktad`'s command structure more closely followed `okta-aws`. I'm thinking... `oktad exec aws ec2 describe-instances` `oktad add main` and...

enhancement

When there are multiple values to , instead of blindly taking the first one, prompt the user for the one she wants. This is needed if you have multiple targets...

Adds support for Okta Verify's Push based 2FA. This still hits the same endpoint as the original, just doesn't actually send any code. After you've approved the request on your...

Allow automatic role selection for cross-account role by following the `source_profile` "trail" in `.aws/config` This would address https://github.com/RedVentures/oktad/pull/20#issuecomment-339164077 Before adding documentation for this feature, please let me know if you...

I see that the readme says Windows is not supported right now. Has this been tested? If so, are there plans and/or a timeline for Windows support?

I'm not sure what to put in appUrl setting. Using the URL I get from okta doesn't work and it doesn't look like the example in the README.

Because the credential caching in `~/.okta-aws/credentials` is not namespaced by profile you cannot have 2 sessions to different accounts open in 2 seperate terminal windows. When you attempt to open...