Skip to content

Commit

Permalink
Merge pull request #20 from Dome9/new-bot-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
RavidAtias authored Aug 1, 2019
2 parents a2f55a6 + 4cf7aa2 commit 2d5ea4d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dome9CloudBots/bots/bots.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,14 @@ Sample GSL: VirtualMachine should have tags contain [ ( key like ‘Prod' ) ]

Limitations: None

## modify_network_security_group_scope_by_port

What it does: Change network security group scope by a given port. Scope can be list of ip addresses with ',' between. example: '192.168.99.0/24,10.0.0.0/24,44.66.0.0/24'. Direction can be: source or destination. Bot will remove Any from direction.

Example: AUTO: modify_network_security_group_scope_by_port 556 source 10.0.0.0/24,172.16.0.1/32,168.243.22.0/23

Usage: AUTO: modify_network_security_group_scope_by_port <port> <direction> <scope>

Sample GSL: NetworkSecurityGroup should have inboundRules contain [ destinationPort=22 and source='0.0.0.0/0' ]

Limitations: None

0 comments on commit 2d5ea4d

Please sign in to comment.