soreana edited a comment on pull request #4774:
URL: https://github.com/apache/cloudstack/pull/4774#issuecomment-800307808
@harikrishna-patnala I updated the PR. I migrated the setting to the domain
level. It is a limited code change required to do so :D. I tested that with
subdomains as well. More details:
```
Root (Ubuntu)
|-- domain0 (Debian)
| |-- sub0 (Fedora)
| |-- sub1
|-- domain1
```
If you set `restrict.public.template.access.to.domain` to true for domain1,
domain1 access to `Debian` and `Fedora` will be limited.
If you set `restrict.public.template.access.to.domain` to true for sub1,
sub1 access to `Fedora` will be limited.
Let me know if you have other concerns.
P.S: I'm updating the test cases.
----------------------------------------------------------------
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:
[email protected]