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 Declaration URI rewrite for referenced policies #38

Open
npearce opened this issue Aug 12, 2018 · 1 comment
Open

Add Declaration URI rewrite for referenced policies #38

npearce opened this issue Aug 12, 2018 · 1 comment
Projects

Comments

@npearce
Copy link
Owner

npearce commented Aug 12, 2018

AS3 support pulling policing in via URI, e.g. a WAF policy or an iRule:

"Maintenance_iRule": {
    "class": "iRule",
    "iRule": {
        "url": "https://webserver.com/irule/maintenance-page.irule"
    }
}

Need to support URL rewrite option to fetch objects from {{source_repo}}:
https://{{source_repo}}/maintenance-page.irule

@npearce
Copy link
Owner Author

npearce commented Sep 24, 2018

Look for "url" key with value containing webhook:// prefix, e.g.:

"url": "webhook://[owner/repo]/[as3 referenced asset]"

Webhook server will replace this with 'Github raw' link to referenced asset (irule, waf_policy, etc).

@npearce npearce added this to Options in Backlog Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Backlog
Options
Development

No branches or pull requests

1 participant