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
Hi Getting below error when using assume-role
assume-role service | grep AWS | sed 's\export \'$'\n' | sed 's"\g' >> $HOME/.env
WARNING: using deprecated role file (/home/circleci/.aws/roles), switch to config file (https://docs.aws.amazon.com/cli/latest/userguide/cli-roles.html) panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x6d57df]
goroutine 1 [running]: main.printCredentials(0x7fffd91a2fc3, 0x7, 0x0) /home/circleci/.go_workspace/src/github.com/remind101/assume-role/main.go:134 +0x4f main.main() /home/circleci/.go_workspace/src/github.com/remind101/assume-role/main.go:101 +0x2ef Exited with code 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Getting below error when using assume-role
assume-role service | grep AWS | sed 's\export \'$'\n' | sed 's"\g' >> $HOME/.env
WARNING: using deprecated role file (/home/circleci/.aws/roles), switch to config file (https://docs.aws.amazon.com/cli/latest/userguide/cli-roles.html)
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x6d57df]
goroutine 1 [running]:
main.printCredentials(0x7fffd91a2fc3, 0x7, 0x0)
/home/circleci/.go_workspace/src/github.com/remind101/assume-role/main.go:134 +0x4f
main.main()
/home/circleci/.go_workspace/src/github.com/remind101/assume-role/main.go:101 +0x2ef
Exited with code 1
The text was updated successfully, but these errors were encountered: