onelogin-aws-cli
onelogin-aws-cli copied to clipboard
Assume an AWS Role and cache credentials using Onelogin
Hi, We are getting the following the error : This was working fine over a year and suddenly stopped working for everyone in the org. ➜ ~ java -jar ~/onelogin/onelogin-aws-cli.jar...
Would love to be able to set a region in the config for specific accounts ## Expected Behavior Set to be something like [staging] aws_app_id = 555045 aws_region = us-west-2...
## Expected Behavior After enter password, it should confirm password and ask for protect token ## Current Behavior After enter password, it crash and show error: ``` Onelogin Error: '500'...
Recreating as a new ticket, as I commented on a closed ticket. Following up on https://github.com/physera/onelogin-aws-cli/issues/104 I too have been looking for the ability to see the account names next...
To save users typing `aws --profile ...` or having to set `AWS_PROFILE` manually it would be great if there was an option to create a new shell with all the...
I get error without much explanation or debug info of whats going on and what needs fixing. ``` Error: '500' 'Expecting value: line 1 column 1 (char 0)' ``` ##...
## Expected Behavior I expected to be asked for the Google authenticator token like here  ## Current Behavior Instead of this, I receive a message about the proxy schema...
## Expected Behavior It would be nice if we could pass the OTP token (and the otp_device) through the CLI args / env variable (so e.g. you can run a...
I'm trying to get to the point where my `~/.aws/credentials` file looks like this: ``` [production] aws_access_key_id = [REDACTED] aws_secret_access_key = [REDACTED] aws_session_token = [REDACTED] [sandbox] role_arn = arn:aws:iam::123456789123:role/SandboxAdmin source_profile...
Is there an example config file in PLIST format? ## Expected Behavior Current example file is .ini. ## Current Behavior Would expect an XML or PLIST file for macOS users....