Skip to content
New issue

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

Support pyrax.auth_with_token in rackspace modules #29440

Closed
wants to merge 1 commit into from

Commits on Mar 12, 2019

  1. Support pyrax.auth_with_token in rackspace modules

    When automating ansible or running in a less than fully trusted
    environment it's desirable to use the [scoped and short-lived
    auth token](https://developer.rackspace.com/docs/cloud-servers/v2/getting-started/authenticate/)
    that rackspace supports. For this we can use `pyrax.auth_with_token`.
    
    This pr adds support for retrieving the auth token either from the
    rax modules arguments or from the environment. It also uses the tenant
    name since it is required when authenticating via auth token.
    kouk committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    09762ff View commit details
    Browse the repository at this point in the history