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
In #26, we added a script to get AWS creds from an AWS_PROFILE setting for use with ansible roles that still use boto: caktus/ansible-role-django-k8s#29 (comment)
Another, cleaner, approach might be to do that same process as an Ansible task using sts_assume_role as Colin described
sts_assume_role
The task in this issue would be to get that task working in django-k8s and then remove the get_boto_env function here.
get_boto_env
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In #26, we added a script to get AWS creds from an AWS_PROFILE setting for use with ansible roles that still use boto:
caktus/ansible-role-django-k8s#29 (comment)
Another, cleaner, approach might be to do that same process as an Ansible task using
sts_assume_role
as Colin describedThe task in this issue would be to get that task working in django-k8s and then remove the
get_boto_env
function here.The text was updated successfully, but these errors were encountered: