You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'd really appreciate it if you'd add a flag to disable the DNS name resolvability validation.
RegExp alone is probably good enough for the testing needs in absence of properly configured DNS server.
:)
The text was updated successfully, but these errors were encountered:
I will implement that next week, needs a bit of refactoring in the function that does these checks. will be configurable through env var or cmd-line flag !
this should be fixed on dev/ and if you use the :latest tag for the csr-approver.
configuration can be changed either with cmdline flag : --bypass-dns-resolution true or
with an environment variable: BYPASS_DNS_RESOLUTION=TRUE
Hello! I'd really appreciate it if you'd add a flag to disable the DNS name resolvability validation.
RegExp alone is probably good enough for the testing needs in absence of properly configured DNS server.
:)
The text was updated successfully, but these errors were encountered: