Re: [PR] service and disk offerings [cloudstack-terraform-provider]

2024-10-22 Thread via GitHub
CodeBleu commented on PR #77: URL: https://github.com/apache/cloudstack-terraform-provider/pull/77#issuecomment-2429584913 This PR has been replaced with this [PR](https://github.com/apache/cloudstack-terraform-provider/pull/138) -- This is an automated message from the Apache Git Servic

Re: [VOTE] Apache CloudStack 4.20.0.0 RC2

2024-10-22 Thread Abhishek Kumar
Hi all, Convenience packages are available here for testing, https://download.cloudstack.org/testing/4.20.0.0-RC2/ Regards, Abhishek From: Jo?o Jandre Sent: 21 October 2024 21:57 To: dev@cloudstack.apache.org ; us...@cloudstack.apache.org Subject: [VOTE] Apache

CCC2024: Hackathon

2024-10-22 Thread Ivet Petrova
Hi all, This is a reminder that the CloudStack Collaboration Conference 2024 will start with a Hackathon day on November 20th in Madrid. In order to kickstart the hackathon, I have created a shared file here: https://docs.google.com/document/d/1W9QTQBhkChUNnA8a2O5Uu9SeZdIPoMsoEGVtF_baEIU/edit?us

[PR] Update docs for 4.20 [cloudstack-documentation]

2024-10-22 Thread via GitHub
JoaoJandre opened a new pull request, #449: URL: https://github.com/apache/cloudstack-documentation/pull/449 (no comment) -- 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. To

Re: Updating Object Store Configuration

2024-10-22 Thread Tom O'Dowd
Hi Pearl, Thanks that helped a lot! Although the ListResourceDetailsCmd does not have a ResponseView, I was able to use the calling context and check the requested resourcetype to specifically deny access if not a root admin. This seems to work well in some light testing and is a good approach

Re: Updating Object Store Configuration

2024-10-22 Thread Vishesh Jindal
Hi Tom IMO, It should be fine to add details to the ObjectStore.class. There is an option `isDisplay` which controls whether the detail is visible or not to the end user. You might want to explore that as well. Only an admin can list down details for which isDisplay is set to false. Regards Vishe