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

[FEATURE] add regex checker for args from docker-compose #738

Open
1 task done
thelittlefireman opened this issue Oct 28, 2023 · 0 comments
Open
1 task done

[FEATURE] add regex checker for args from docker-compose #738

thelittlefireman opened this issue Oct 28, 2023 · 0 comments
Assignees
Labels
bunkerweb-v2 enhancement New feature or request

Comments

@thelittlefireman
Copy link
Contributor

What's needed and why?

Hi,
could it be possible to add a regexp checker for environment variable set thought docker.

i've got this in my config :

      - bitwarden.test.te_CORS_ALLOW_ORIGIN=^(chrome-extension://(nngceckbapebfimnlniiiahkandclblb|jbkfoedolllekgbhcbcoahefnbanhhlh)|https://bitwarden.test.te)$

which it's incorrect, and should be :

      - bitwarden.test.te_CORS_ALLOW_ORIGIN=^(chrome-extension:\/\/(nngceckbapebfimnlniiiahkandclblb|jbkfoedolllekgbhcbcoahefnbanhhlh)|https:\/\/bitwarden.test.te)$

but no warning in bw-scheduler logs help me.

Implementations ideas (optional)

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@thelittlefireman thelittlefireman added the enhancement New feature or request label Oct 28, 2023
@TheophileDiot TheophileDiot self-assigned this Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bunkerweb-v2 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants