We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: #23
https://porter.sh/wiring/#outputs
For example:
{ ... "appEgressRules": [ // A specific resources firewall app rules. { "sourceIp": "<10.0.0.1>|<192.168.0.1-192.168.0.5>|<10.2.7.0/24>", //must only be allowed to specify own address space "protocol": "TCP" "destinationPorts": [ 443, 80 ] "targetFqdns": [ "bing.com", "msn.com" ] } ], "networkEgressRules": [ // A specific resources firewall app rules. { "sourceIp": "<10.0.0.1>|<192.168.0.1-192.168.0.5>|<10.2.7.0/24>", //must only be allowed to specify own address space "protocol": "TCP" "destinationPorts": [ 443, 80 ] "serviceTags": [ "AzureContainerRegistry" ] "targetFqdns": [ "bing.com", "msn.com" ] } ], },
The text was updated successfully, but these errors were encountered:
@marrobi I think this is now obsolete and should be closed. Can you confirm?
Sorry, something went wrong.
Agree, closing as covered by pipeline work.
No branches or pull requests
Feature: #23
https://porter.sh/wiring/#outputs
For example:
The text was updated successfully, but these errors were encountered: