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

r/storage_queue: switching to use SharedKeyLite for auth #4122

Merged
merged 8 commits into from Aug 22, 2019

Commits on Aug 21, 2019

  1. Configuration menu
    Copy the full SHA
    aa4ed2c View commit details
    Browse the repository at this point in the history
  2. adding an extra auth test to check computeSharedKey

    ```
    === RUN   TestComputeSharedKey
    --- PASS: TestComputeSharedKey (0.00s)
        authorizer_shared_key_lite_test.go:87: [DEBUG] Test "No Path"
        authorizer_shared_key_lite_test.go:87: [DEBUG] Test "With Path"
    PASS
    ```
    tombuildsstuff committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    1a90269 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e5019e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    7534f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb5aafa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85e6e28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bbe611 View commit details
    Browse the repository at this point in the history
  5. validation: allowing for nested directories

    ```
    === RUN   TestValidateStorageShareDirectoryName
    --- PASS: TestValidateStorageShareDirectoryName (0.00s)
        storage_test.go:49: [DEBUG] Test Input ""
        storage_test.go:49: [DEBUG] Test Input "abc123"
        storage_test.go:49: [DEBUG] Test Input "123abc"
        storage_test.go:49: [DEBUG] Test Input "123-abc"
        storage_test.go:49: [DEBUG] Test Input "-123-abc"
        storage_test.go:49: [DEBUG] Test Input "123-abc-"
        storage_test.go:49: [DEBUG] Test Input "123--abc"
        storage_test.go:49: [DEBUG] Test Input "hello/world"
        storage_test.go:49: [DEBUG] Test Input "hello/"
    PASS
    ```
    tombuildsstuff committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    30e0f9b View commit details
    Browse the repository at this point in the history