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

IAM Acceptance Tests #1591

Closed
wants to merge 17 commits into from

Commits on Apr 17, 2015

  1. Implement a hash function for string sets

    Sets of strings are pretty common. Let's not duplicate the function
    necessary to create a set of strings in so many places.
    Phil Frost committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    b687192 View commit details
    Browse the repository at this point in the history
  2. Implement a subset of IAM resources

    Implements support for IAM users, user policies, and access keys. This
    is only a subset of what IAM can do (notably missing: roles and instance
    profiles and associated policies), but it's a start.
    
    Makes a dent in hashicorp#28.
    Phil Frost committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    cf5939f View commit details
    Browse the repository at this point in the history
  3. Implement group and group policy resources

    Phil Frost committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    d213355 View commit details
    Browse the repository at this point in the history
  4. Implement IAM roles

    Phil Frost committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    c134ce8 View commit details
    Browse the repository at this point in the history
  5. Implement IAM instance profiles

    Phil Frost committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    251adeb View commit details
    Browse the repository at this point in the history
  6. Convert to awslabs SDK

    Phil Frost committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    48a273e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2015

  1. Fix 'go vet' findings.

    johnrengelman committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    73affc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c1cc6b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2015

  1. Configuration menu
    Copy the full SHA
    5512496 View commit details
    Browse the repository at this point in the history
  2. add IAM group acc test.

    johnrengelman committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    77eb81e View commit details
    Browse the repository at this point in the history
  3. fix some tabs

    johnrengelman committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    eed6c7e View commit details
    Browse the repository at this point in the history
  4. fix comment

    johnrengelman committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    02ffdf3 View commit details
    Browse the repository at this point in the history
  5. Add IAM user acc test.

    johnrengelman committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    32146ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b74265b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08f6ab3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0ba692 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f2b34c8 View commit details
    Browse the repository at this point in the history