You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/10/26 12:09:24 UTC

[GitHub] [cloudstack-primate] andrijapanicsb opened a new issue #824: [BUG] In Private Gateway - show ACL NAME instead of the UUID

andrijapanicsb opened a new issue #824:
URL: https://github.com/apache/cloudstack-primate/issues/824


   Not really user-friendly - let's show NAME of the ACL instead (just like in other places):
   
   ![image](https://user-images.githubusercontent.com/45762285/97170702-6c041800-178c-11eb-81cc-5fc81b6c0c96.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd closed issue #824: [BUG] In Private Gateway - show ACL NAME instead of the UUID

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #824:
URL: https://github.com/apache/cloudstack-primate/issues/824


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #824: [BUG] In Private Gateway - show ACL NAME instead of the UUID

Posted by GitBox <gi...@apache.org>.
davidjumani edited a comment on issue #824:
URL: https://github.com/apache/cloudstack-primate/issues/824#issuecomment-716976155


   @utchoang It is present in the response, just not in the build on the qa server. Feel free to add `aclname` to the list of fileds in the deails view
   ```
   {
     "count": 1,
     "privategateway": [
       {
         "account": "admin",
         "aclid": "a16cc123-12af-11eb-8d43-1e00c9013914",
         "aclname": "default_allow",
         "domain": "ROOT",
         "domainid": "954eb053-12af-11eb-8d43-1e00c9013914",
         "gateway": "192.168.1.0",
         "id": "dff4f710-4297-4cf6-8b99-dd8e273794ce",
         "ipaddress": "192.168.1.2",
         "netmask": "255.255.255.0",
         "physicalnetworkid": "c6399f96-9315-4688-bdc2-709a171af2b9",
         "sourcenatsupported": false,
         "state": "Ready",
         "vlan": "123",
         "vpcid": "0976c366-574e-460a-928b-5629ad8b6d71",
         "vpcname": "vpc-1",
         "zoneid": "4e3aa4c7-bb3e-48bf-af32-ca91f2f19605",
         "zonename": "ref-trl-1757-k-M7-david-jumani"
       }
     ]
   }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #824: [BUG] In Private Gateway - show ACL NAME instead of the UUID

Posted by GitBox <gi...@apache.org>.
davidjumani edited a comment on issue #824:
URL: https://github.com/apache/cloudstack-primate/issues/824#issuecomment-716976155


   @utchoang It is present in the response, just not in the build on the qa server. Feel free to add `aclname` to the list of fields in the details view and it should work. Meanwhile I'll try to upgrade the qa server
   ```
   {
     "count": 1,
     "privategateway": [
       {
         "account": "admin",
         "aclid": "a16cc123-12af-11eb-8d43-1e00c9013914",
         "aclname": "default_allow",
         "domain": "ROOT",
         "domainid": "954eb053-12af-11eb-8d43-1e00c9013914",
         "gateway": "192.168.1.0",
         "id": "dff4f710-4297-4cf6-8b99-dd8e273794ce",
         "ipaddress": "192.168.1.2",
         "netmask": "255.255.255.0",
         "physicalnetworkid": "c6399f96-9315-4688-bdc2-709a171af2b9",
         "sourcenatsupported": false,
         "state": "Ready",
         "vlan": "123",
         "vpcid": "0976c366-574e-460a-928b-5629ad8b6d71",
         "vpcname": "vpc-1",
         "zoneid": "4e3aa4c7-bb3e-48bf-af32-ca91f2f19605",
         "zonename": "ref-trl-1757-k-M7-david-jumani"
       }
     ]
   }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] utchoang commented on issue #824: [BUG] In Private Gateway - show ACL NAME instead of the UUID

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #824:
URL: https://github.com/apache/cloudstack-primate/issues/824#issuecomment-716953902


   @andrijapanicsb @rhtyd @davidjumani cc @svenvogel
   In the API description, I only see 2 fields aclid and acltype but not aclname.
   So is there any other way to get aclname?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] davidjumani commented on issue #824: [BUG] In Private Gateway - show ACL NAME instead of the UUID

Posted by GitBox <gi...@apache.org>.
davidjumani commented on issue #824:
URL: https://github.com/apache/cloudstack-primate/issues/824#issuecomment-716976155


   @utchoang It is present in the response, just not in the build on the qa server. Feel free to add `aclname` to the list of fileds in the deails view


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] utchoang edited a comment on issue #824: [BUG] In Private Gateway - show ACL NAME instead of the UUID

Posted by GitBox <gi...@apache.org>.
utchoang edited a comment on issue #824:
URL: https://github.com/apache/cloudstack-primate/issues/824#issuecomment-716953902


   @andrijapanicsb @rhtyd @davidjumani cc @svenvogel
   In the API description, I only see 2 fields `aclid` and `acltype` but not `aclname`.
   So is there any other way to get `aclname`?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org