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 JSON schemas for the policy configurations #522

Merged
merged 7 commits into from
Dec 5, 2017

Commits on Dec 4, 2017

  1. Move policies to their own directory

    Apart from the code itself, each policy will, at least, have a schema
    for its configuration. The idea is to have a separate directory for each
    policy that will contain the policy itself and the schema.
    davidor committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    de03383 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Modify lua paths to support new policies structure

    This allows to require 'apicast.policy.somepolicy' instead of
    'apicast.policy.somepolicy.policy'.
    davidor committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    f23be28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb9d77c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d616043 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79519b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfd79cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffec937 View commit details
    Browse the repository at this point in the history