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

Use credentials file passed through config #69

Merged
merged 4 commits into from
Mar 6, 2021

Commits on Feb 20, 2021

  1. Use credentials file passed through config

    Add a new supported key to the config which allows the path to a
    credentials file to be passed through to the ObjectStore plugin.
    If that key is set in the config, use that file as the credentials
    file for the AWS client.
    
    This can be tested by adding a new key to the `cloud-credentials` secret
    and adding the key value pair `credentialsFile=/credentials/<key_name>`.
    
    Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>
    zubron committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    ea21fd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Add function to create session options

    We have some repeated logic for creating session option. This introduces
    a new function to handle the creation of those session options.
    
    Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>
    zubron committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    16a5b9b View commit details
    Browse the repository at this point in the history
  2. Add documentation for per-BSL credentials

    Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>
    zubron committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    0221619 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Address code review and add changelog

    Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>
    zubron committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    fb9727b View commit details
    Browse the repository at this point in the history