-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Labels
7-documentation-examplesDocumentation & Examples / DX subsystemDocumentation & Examples / DX subsystem
Description
Describe the bug
The documentation says that the default value for route's insecure parameter is Allow:
lagoon/docs/concepts-basics/lagoon-yml.md
Lines 260 to 262 in d0983ad
| * `insecure`: Configures HTTP connections. Default is `Allow`. | |
| * `Allow`: Route will respond to HTTP and HTTPS. | |
| * `Redirect`: Route will redirect any HTTP request to HTTPS. |
My experience does not confirm this. A route added without the insecure parameter redirects to HTTPS.
To Reproduce
- Add a simple route to
.lagoon.yml - => It redirects to HTTPS
Expected behavior
Docs reflect the actual behavior. Or vice versa 😁
Metadata
Metadata
Assignees
Labels
7-documentation-examplesDocumentation & Examples / DX subsystemDocumentation & Examples / DX subsystem