Re: [PR] api,server: allow project role-based api access [cloudstack]

2024-06-24 Thread via GitHub
sureshanaparti commented on PR #9090: URL: https://github.com/apache/cloudstack/pull/9090#issuecomment-2185919478 Doc PR: https://github.com/apache/cloudstack-documentation/pull/403 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] api,server: allow project role-based api access [cloudstack]

2024-06-06 Thread via GitHub
shwstppr closed pull request #9090: api,server: allow project role-based api access URL: https://github.com/apache/cloudstack/pull/9090 -- 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 c

Re: [PR] api,server: allow project role-based api access [cloudstack]

2024-06-06 Thread via GitHub
shwstppr commented on PR #9090: URL: https://github.com/apache/cloudstack/pull/9090#issuecomment-215812 > This would need some discussions so moving to draft for now. > > To support the use-case of elevating account privileges we may need to: > > * either implement chang

Re: [PR] api,server: allow project role-based api access [cloudstack]

2024-05-24 Thread via GitHub
shwstppr commented on PR #9090: URL: https://github.com/apache/cloudstack/pull/9090#issuecomment-2129298324 This would need some discussions so moving to draft for now. To support the use-case of elevating account privileges we may need to: - either implement changes from this PR wi

Re: [PR] api,server: allow project role-based api access [cloudstack]

2024-05-22 Thread via GitHub
blueorangutan commented on PR #9090: URL: https://github.com/apache/cloudstack/pull/9090#issuecomment-2125977557 [SF] Trillian test result (tid-10252) Environment: kvm-alma9 (x2), Advanced Networking with Mgmt server a9 Total time taken: 50449 seconds Marvin logs: https://github.com

Re: [PR] api,server: allow project role-based api access [cloudstack]

2024-05-22 Thread via GitHub
blueorangutan commented on PR #9090: URL: https://github.com/apache/cloudstack/pull/9090#issuecomment-2124293422 @DaanHoogland a [SL] Trillian-Jenkins test job (alma9 mgmt + kvm-alma9) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respo

Re: [PR] api,server: allow project role-based api access [cloudstack]

2024-05-22 Thread via GitHub
DaanHoogland commented on PR #9090: URL: https://github.com/apache/cloudstack/pull/9090#issuecomment-2124290005 @blueorangutan test alma9 kvm-alma9 keepEnv -- 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

Re: [PR] api,server: allow project role-based api access [cloudstack]

2024-05-22 Thread via GitHub
blueorangutan commented on PR #9090: URL: https://github.com/apache/cloudstack/pull/9090#issuecomment-2124142183 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9658 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] api,server: allow project role-based api access [cloudstack]

2024-05-22 Thread via GitHub
shwstppr commented on PR #9090: URL: https://github.com/apache/cloudstack/pull/9090#issuecomment-2124072101 @rajujith @andrijapanicsb I've created this PR to allow API access for accounts within the project irrespective of their account role. Though this would give them access to info whi

Re: [PR] api,server: allow project role-based api access [cloudstack]

2024-05-21 Thread via GitHub
blueorangutan commented on PR #9090: URL: https://github.com/apache/cloudstack/pull/9090#issuecomment-2123935134 @shwstppr a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [PR] api,server: allow project role-based api access [cloudstack]

2024-05-21 Thread via GitHub
shwstppr commented on PR #9090: URL: https://github.com/apache/cloudstack/pull/9090#issuecomment-2123932632 @blueorangutan package -- 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 com

Re: [PR] api,server: allow project role-based api access [cloudstack]

2024-05-20 Thread via GitHub
codecov[bot] commented on PR #9090: URL: https://github.com/apache/cloudstack/pull/9090#issuecomment-2120314548 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/9090?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments

[PR] api,server: allow project role-based api access [cloudstack]

2024-05-20 Thread via GitHub
shwstppr opened a new pull request, #9090: URL: https://github.com/apache/cloudstack/pull/9090 ### Description Fixes #9071 Allows API access when the API is called with a project and ProjectRoleBasedApiAccessChecker allows it. ### Types of changes - [ ] Breaking c