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

feat: support for unidler request verfication disabling #332

Merged
merged 2 commits into from
Jul 14, 2024

Conversation

shreddedbacon
Copy link
Member

@shreddedbacon shreddedbacon commented Jul 8, 2024

The latest version of aergia contains the ability to support the idling.amazee.io/disable-request-verification on ingress now.

This just exposes the functionality as a quick to set value in the .lagoon.yml file

Example usage:

docker-compose-yaml: docker-compose.yml

routes:
  autogenerate:
    disableRequestVerification: true

environments:
  main:
    routes:
      - node:
          - example.com:
              disableRequestVerification: true

This can be used to disable the aergia javascript verification check on environments that aren't accessible by a browser, but still allows for the environment to idle like normal without having to disable idling on environments.

@shreddedbacon shreddedbacon marked this pull request as ready for review July 8, 2024 22:47
@shreddedbacon shreddedbacon force-pushed the disable-ingress-request-verification branch from 86e65b2 to 38e3cef Compare July 8, 2024 23:17
@shreddedbacon shreddedbacon added this to the 2.20.0 milestone Jul 9, 2024
@shreddedbacon shreddedbacon force-pushed the disable-ingress-request-verification branch from 38e3cef to b48b3df Compare July 9, 2024 00:47
@shreddedbacon shreddedbacon merged commit 017d8e3 into main Jul 14, 2024
2 checks passed
@shreddedbacon shreddedbacon deleted the disable-ingress-request-verification branch July 14, 2024 22:40
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

Successfully merging this pull request may close these issues.

1 participant