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

Add reading AWS root/config endpoint #7245

Merged
merged 5 commits into from
Sep 13, 2019

Commits on Aug 3, 2019

  1. Add reading AWS root/config endpoint

    Previously, there was no read listener on the AWS config/root endpoint,
    so clients couldn't read any of the config options that were set. This
    adds a read operation so that all configured values can be read, except
    for the secret_key, which is filtered out and never returned.
    joelthompson committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    603b0ee View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    d5f3f1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc72902 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Merge branch 'master' into read_aws_config_creds

    Jim Kalafut authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    83e2428 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Update website/source/api/secret/aws/index.html.md

    Co-Authored-By: Jim Kalafut <jim@kalafut.net>
    joelthompson and kalafut authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    9c49483 View commit details
    Browse the repository at this point in the history