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

Aws alb schema #8291

Merged
merged 27 commits into from Sep 29, 2020
Merged

Aws alb schema #8291

merged 27 commits into from Sep 29, 2020

Commits on Sep 23, 2020

  1. awsProvider alb schema

    ozwi committed Sep 23, 2020
    Copy the full SHA
    6073591 View commit details
    Browse the repository at this point in the history
  2. remove validations

    ozwi committed Sep 23, 2020
    Copy the full SHA
    6630aac View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. starting alb event schema

    ozwi committed Sep 24, 2020
    Copy the full SHA
    f823342 View commit details
    Browse the repository at this point in the history
  2. improve schema

    ozwi committed Sep 24, 2020
    Copy the full SHA
    41be84c View commit details
    Browse the repository at this point in the history
  3. remove validations

    ozwi committed Sep 24, 2020
    Copy the full SHA
    4aad750 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. schema touchups

    ozwi committed Sep 26, 2020
    Copy the full SHA
    02317b7 View commit details
    Browse the repository at this point in the history
  2. schema touchups

    ozwi committed Sep 26, 2020
    Copy the full SHA
    2c1fe73 View commit details
    Browse the repository at this point in the history
  3. remove valiadtion tests

    ozwi committed Sep 26, 2020
    Copy the full SHA
    09e0539 View commit details
    Browse the repository at this point in the history
  4. prettify

    ozwi committed Sep 26, 2020
    Copy the full SHA
    6c136cb View commit details
    Browse the repository at this point in the history
  5. fix tests

    ozwi committed Sep 26, 2020
    Copy the full SHA
    c9c6ba6 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/master' into aws-alb-schema

    # Conflicts:
    #	lib/plugins/aws/package/compile/events/alb/lib/validate.js
    #	lib/plugins/aws/provider/awsProvider.js
    ozwi committed Sep 26, 2020
    Copy the full SHA
    9a58de5 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. path condition can ba array or string

    ozwi committed Sep 28, 2020
    Copy the full SHA
    123d865 View commit details
    Browse the repository at this point in the history
  2. host can be array or single

    ozwi committed Sep 28, 2020
    Copy the full SHA
    3197536 View commit details
    Browse the repository at this point in the history
  3. method can be array or single

    ozwi committed Sep 28, 2020
    Copy the full SHA
    e84ab90 View commit details
    Browse the repository at this point in the history
  4. method cannot have lowercase

    ozwi committed Sep 28, 2020
    Copy the full SHA
    f8f7d6b View commit details
    Browse the repository at this point in the history
  5. useExistingClientSecret is calculated

    ozwi committed Sep 28, 2020
    Copy the full SHA
    2524503 View commit details
    Browse the repository at this point in the history
  6. conditions.path is required

    ozwi committed Sep 28, 2020
    Copy the full SHA
    d88772e View commit details
    Browse the repository at this point in the history
  7. breakdown authorizers schema

    ozwi committed Sep 28, 2020
    Copy the full SHA
    2d0349a View commit details
    Browse the repository at this point in the history
  8. ip can be array or single

    ozwi committed Sep 28, 2020
    Copy the full SHA
    29b06a2 View commit details
    Browse the repository at this point in the history
  9. create alb arn regexp once

    ozwi committed Sep 28, 2020
    Copy the full SHA
    847c68c View commit details
    Browse the repository at this point in the history
  10. fix alb authorizers schema

    ozwi committed Sep 28, 2020
    Copy the full SHA
    83f7144 View commit details
    Browse the repository at this point in the history
  11. ip can be array or single

    ozwi committed Sep 28, 2020
    Copy the full SHA
    5402169 View commit details
    Browse the repository at this point in the history
  12. authorizer can be array or single

    ozwi committed Sep 28, 2020
    Copy the full SHA
    00c6e8c View commit details
    Browse the repository at this point in the history
  13. missed multiValueHeaders

    ozwi committed Sep 28, 2020
    Copy the full SHA
    0d05ea1 View commit details
    Browse the repository at this point in the history
  14. fix matcher.httpCode regexp

    ozwi committed Sep 28, 2020
    Copy the full SHA
    d71385c View commit details
    Browse the repository at this point in the history
  15. userPoolArn can user CF functions

    ozwi committed Sep 28, 2020
    Copy the full SHA
    5f9ed97 View commit details
    Browse the repository at this point in the history
  16. add minimum to sessionTimeout

    ozwi committed Sep 28, 2020
    Copy the full SHA
    36f6b5f View commit details
    Browse the repository at this point in the history