Cf bind-security-group

1 개요[ | ]

cf bind-security-group
  • 시큐리티그룹을 스페이스 연결하는 cf 명령어
root@zetawiki:~# cf security-groups
Getting security groups as testuser1
OK

     Name              Organization   Space
#0   public_networks
#1   dns
#2   mysql
root@zetawiki:~# cf bind-security-group mysql testorg testspace
Assigning security group mysql to space testspace in org testorg as testuser1...
OK

TIP: Changes will not apply to existing running applications until they are restarted.
root@zetawiki:~# cf security-groups
Getting security groups as testuser1
OK

     Name              Organization   Space
#0   public_networks
#1   dns
#2   mysql             testorg        testspace
root@zetawiki:~# cf security-group mysql
Getting info for security group mysql as testuser1
OK
        
Name    mysql
Rules
	[
		{
			"destination": "destination": "10.244.1.18",
			"ports": "3306",
			"protocol": "tcp"
		}
	]

     Organization   Space
#0   testorg        testspace

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}