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

[policy] trigger post_action phase #539

Merged
merged 6 commits into from
Jan 12, 2018
Merged

[policy] trigger post_action phase #539

merged 6 commits into from
Jan 12, 2018

Commits on Jan 12, 2018

  1. [nginx] remove unused variables

    mikz committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    9cf7344 View commit details
    Browse the repository at this point in the history
  2. [resty.ctx] library for sharing ctx to subrequests

    this is needed to share ngx.ctx to subrequests or internal redirects
    
    quite similar to https://github.com/tokers/lua-resty-ctxdump
    implementation based on suggestions from openresty/lua-nginx-module#1057
    mikz committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    680b546 View commit details
    Browse the repository at this point in the history
  3. [policy] trigger post_action phase

    sharing context to post_action enables executing the phase
    with all context from the main request - including policy chain
    mikz committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    479fed4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d47a7dc View commit details
    Browse the repository at this point in the history
  5. [vagrant] improve performance testing

    * fix broken backtraces
    * install all necessary tools
    * ignore useless folders
    mikz committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    8fdc0c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8f5b8c View commit details
    Browse the repository at this point in the history