Created
March 16, 2026 13:02
-
-
Save mkanoor/5dcb866f9e233ad1e791552a58bb45e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fields: | |
| - id: http_proxy | |
| type: string | |
| label: HTTP Proxy | |
| help_text: The HTTP Proxy server to access remote resources | |
| - id: https_proxy | |
| type: string | |
| label: HTTPS Proxy | |
| help_text: The HTTPS Proxy server to access remote resources via HTTPS | |
| - id: no_proxy | |
| type: string | |
| label: NO Proxy | |
| help_text: The comma delimited list of servers that can be accessed without going thru a Proxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment