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

Crossplane does not support includes in limit_except #108

Open
alexeypetrenko opened this issue Feb 8, 2023 · 0 comments
Open

Crossplane does not support includes in limit_except #108

alexeypetrenko opened this issue Feb 8, 2023 · 0 comments

Comments

@alexeypetrenko
Copy link

Describe the bug
Crossplane does not support includes in limit_except.

To Reproduce
Steps to reproduce the behavior:

  1. Create an nginx config file with following config
location / {
        limit_except GET { include acl.conf; }
        ...
    }
  1. Run crossplane parse on nginx config
  2. It fails with the following error
{
  "status": "failed",
  "errors": [
    {
      "file": "nginx.conf",
      "error": "\"include\" directive is not allowed here in nginx.conf:39",
      "line": 39
    },

Expected behavior
Status is OK and parsing succeeds.

Your environment

  • Version of crossplane: crossplane 0.5.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant