We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is done when there's no previously existing .aws directory.
$ granted sso populate --sso-region eu-west-2 https://foo.awsapps.com/start/ [i] created AWS config file: /home/jpeeler/.aws [✘] open /home/jpeeler/.aws/config: permission denied
$ ls -la total 36 drwx------ 5 jpeeler jpeeler 4096 Dec 6 21:46 . drwxr-xr-x 1 root root 4096 Dec 6 21:45 .. drw-r--r-- 2 jpeeler jpeeler 4096 Dec 6 21:46 .aws
Works fine after executing chmod +x .aws/.
chmod +x .aws/
Looks like it's safe to change the constant here:
granted/pkg/granted/sso.go
Line 47 in 91e5e76
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is done when there's no previously existing .aws directory.
Works fine after executing
chmod +x .aws/
.Looks like it's safe to change the constant here:
granted/pkg/granted/sso.go
Line 47 in 91e5e76
The text was updated successfully, but these errors were encountered: