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

GEODE-6174: Test REST API with a secured cluster #3255

Merged
merged 5 commits into from Mar 4, 2019

Commits on Mar 1, 2019

  1. GEODE-6174: Test REST API with a secured cluster

    Add tests for the create region REST API with a SecurityManager on the cluster.
    
    - Test without credentails
    - Authentication failure (bad user:password)
    - Authenticated but not authorized
    - Authenticated and Authorized
    Kenneth Howe committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    0b1e55f View commit details
    Browse the repository at this point in the history
  2. Run precheckin

    Kenneth Howe committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    465837c View commit details
    Browse the repository at this point in the history
  3. GEODE-6174: Refactored test to remove duplicated code

    Kenneth Howe committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    95dbc5d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into tmp

    Kenneth Howe committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    edbd527 View commit details
    Browse the repository at this point in the history
  5. GEODE-6174: Rework test assertions for recent changes in ClusterManag…

    …ementResult
    Kenneth Howe committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    6cc2393 View commit details
    Browse the repository at this point in the history