given want start secure-gateway docker client using sg docker command line interface, , want allow access on-premise ips via acl command option, specify on sg client command line?
for example starting sg client docker command line this:
docker run -it ibmcom/secure-gateway-client toxumfbpxxxx_prod_ng --service --name=mysg_client --sectoken eyj0exaioijkv1qilcxxxxxxxxxoijiuzi1nij9.eyjjb25mawd1cmf0aw9ux2lkijoive94du1mylbjrxhfchjvzf9uzyixxxxxxlvbii6invzlxnvdxroiiwiawf0ijoxndqyodcxmjk5fq.7kxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0
access control list commands
the supported acl commands are:
acl allow hostname:port acl deny hostname:port no acl hostname:port no acl show acl
the forms have left out either hostname or port implies hostnames or ports. example, following acl rule allow hostnames port 22.
acl allow :22
the following acl rule allow hostnames ports, disabling acl support, not recommended.
acl allow :
the 'show acl' command of course show set acl or provide message on overall setting.
Comments
Post a Comment