Re: [PR] Updating LDAP integration instructions [cloudstack-documentation]

2025-04-14 Thread via GitHub


daviftorres commented on PR #494:
URL: 
https://github.com/apache/cloudstack-documentation/pull/494#issuecomment-2802227096

   hey @DaanHoogland , it is because the following strings are single word and 
there is no word-wrapping:
   
   - `OU=APAC,DC=company,DC=com`
   - `DC=company,DC=com`
   - `CN=ACSGroup,DC=company,DC=com`
   - `CN=ACSGroup,CN=Users,DC=company,DC=com`
   - `CN=ACSServiceAccount,OU=APAC,DC=company,DC=com`
   - `CN=ACSServiceAccount,CN=Users,DC=company,DC=com`
   
   Do you think if we introduce a "\n" it will mislead the users to think it is 
not a single-line string?


-- 
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 unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



[PR] chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.35.0 [cloudstack-terraform-provider]

2025-04-14 Thread via GitHub


dependabot[bot] opened a new pull request, #170:
URL: https://github.com/apache/cloudstack-terraform-provider/pull/170

   Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 
0.35.0.
   
   Commits
   
   https://github.com/golang/crypto/commit/7292932d45d55c7199324ab0027cc86e8198aa22";>7292932
 ssh: limit the size of the internal packet queue while waiting for KEX
   https://github.com/golang/crypto/commit/f66f74b0a406b5f6909183531ace593857f1646c";>f66f74b
 acme/autocert: check host policy before probing the cache
   https://github.com/golang/crypto/commit/b0784b7bfbe0b2c9a59afc1248ed3cb4b6652e85";>b0784b7
 x509roots/fallback: drop obsolete build constraint
   https://github.com/golang/crypto/commit/911360c8a4f464342b9fe7c23632be57fca87b20";>911360c
 all: bump golang.org/x/crypto dependencies of asm generators
   https://github.com/golang/crypto/commit/89ff08d67c4d79f9ac619aaf1f738798651f";>89ff08d
 all: upgrade go directive to at least 1.23.0 [generated]
   https://github.com/golang/crypto/commit/e47973b1c1089f6c67ab89261f7aa067b3d611d2";>e47973b
 all: update certs for go1.24
   https://github.com/golang/crypto/commit/9290511cd23ab9813a307b7f2615325e3ca98902";>9290511
 go.mod: update golang.org/x dependencies
   https://github.com/golang/crypto/commit/fa5273e461966728f91f33da62c0cf511a404c2a";>fa5273e
 x509roots/fallback: update bundle
   https://github.com/golang/crypto/commit/a8ea4be81f0769fd5857e087083cbb6d3cb9f196";>a8ea4be
 ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) 
interface
   https://github.com/golang/crypto/commit/71d3a4cfdb0360795ce5f2d7041e01823fd22eb6";>71d3a4c
 acme: support challenges that require the ACME client to send a non-empty 
JSO...
   Additional commits viewable in https://github.com/golang/crypto/compare/v0.21.0...v0.35.0";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.21.0&new-version=0.35.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts 
page](https://github.com/apache/cloudstack-terraform-provider/network/alerts).
   
   


-- 
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 unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] Updating LDAP integration instructions [cloudstack-documentation]

2025-04-14 Thread via GitHub


daviftorres commented on PR #494:
URL: 
https://github.com/apache/cloudstack-documentation/pull/494#issuecomment-2802595481

   @DaanHoogland I found out there is no flag for wrapping long words but I 
know that LDAP accepts spaces after the commas. So, I changed my deployment and 
added the spaces everywhere and CloudStack continue to work as before. Example:
   - `DC=company, DC=com`


-- 
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 unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] Update kvm.rst - iptables before rule [cloudstack-documentation]

2025-04-14 Thread via GitHub


daviftorres commented on PR #479:
URL: 
https://github.com/apache/cloudstack-documentation/pull/479#issuecomment-2802601835

   Hey @andrijapanicsb , feel free to ask me for any clarifications.


-- 
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 unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] [WIP] Add CloudStack project resource [cloudstack-terraform-provider]

2025-04-14 Thread via GitHub


ianc769 commented on PR #167:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/167#issuecomment-2802301593

   I set this up for Cloudstack API 4.20, I see the tests are 4.18 and 4.19.
   
   What's the back version compatibility of this project looking for?
   
   There was a difference in the API between 4.18 and 4.19+ for this resource 
at a quick glance. So if there is a plan to add 4.20 Acceptance Tests and 
depreciate 4.18 I will wait for those results.


-- 
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 unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] Updating LDAP integration instructions [cloudstack-documentation]

2025-04-14 Thread via GitHub


DaanHoogland commented on PR #494:
URL: 
https://github.com/apache/cloudstack-documentation/pull/494#issuecomment-2801287115

   thank you @daviftorres , I like your changes but there is a formatting issue 
with it. 
   
![image](https://github.com/user-attachments/assets/7cbde82b-949f-47c5-9c09-f3215b3dba28)
   
   
   It might be solved outside of the actual text changes, but I do not know 
how. Any idea?


-- 
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 unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [I] apikey and secretkey stored in plain text in (world readable) history file [cloudstack-cloudmonkey]

2025-04-14 Thread via GitHub


DaanHoogland commented on issue #157:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/157#issuecomment-2801321404

   well, if they do not respond, I'd rather go for a replacement (provided it 
is drop-in) instead of maintaining such a workaround.


-- 
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 unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [I] apikey and secretkey stored in plain text in (world readable) history file [cloudstack-cloudmonkey]

2025-04-14 Thread via GitHub


rohityadavcloud commented on issue #157:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/157#issuecomment-2800841336

   Or we can add a workaround in our CLI


-- 
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 unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [I] apikey and secretkey stored in plain text in (world readable) history file [cloudstack-cloudmonkey]

2025-04-14 Thread via GitHub


hrak commented on issue #157:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/157#issuecomment-2800827121

   Ticket here https://github.com/chzyer/readline/issues/245


-- 
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 unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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