Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Keystone auth #615

Merged
merged 17 commits into from
Aug 19, 2016
Merged

Keystone auth #615

merged 17 commits into from
Aug 19, 2016

Commits on Aug 3, 2016

  1. Remove trailing whitespace

    zenhack committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    a7ec459 View commit details
    Browse the repository at this point in the history
  2. Script for setting up keystone in a CI context.

    Per the comment in the script, this basically automates the process at:
    
        http://docs.openstack.org/developer/keystone/developing.html
    
    A Keystone auth plugin is on the horizon, and we'll need this to test
    it.
    zenhack committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    a6287de View commit details
    Browse the repository at this point in the history
  3. First pass at implementing the keystone auth backend

    Manual testing suggests this is working; need to add some automated
    tests.
    zenhack committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    7fe3a65 View commit details
    Browse the repository at this point in the history
  4. Cli: Use keystone client

    The CLI now tries keystone auth if basic auth is unavailable.
    zenhack committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    5d279e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaafe5d View commit details
    Browse the repository at this point in the history
  6. Write integration tests for keystone auth.

    This includes a small modification to the `keystone.sh` script, to add
    some additional data.
    
    This also moves the scripts for the apache integration tests to a
    subdirectory, since they're no longer the only ones.
    zenhack committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    9a8e96f View commit details
    Browse the repository at this point in the history
  7. Update testing docs re: integration tests.

    Regrettably, This also includes a large number of lines where trailing
    whitespace was removed, which obscures the diff somewhat. My editor does
    this automatically, so it can be somewhat difficult to avoid.
    zenhack committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    6460b5a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    5dc7f73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27f4965 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9fc985 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e1bced View commit details
    Browse the repository at this point in the history
  5. keystone-auth.md: swap section ordering

    Per @henn's request.
    zenhack committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    07d2abb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f4519a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8703097 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Keystone auth: test against mitaka

    ...rather than keystone master.
    zenhack committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    8d0be32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29fb97c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. Change the commit we're using for keystone.

    mitaka doesn't seem to work; @henn suggested this tag instead.
    zenhack committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    5ede730 View commit details
    Browse the repository at this point in the history