Rok Zlender

Results 11 comments of Rok Zlender

Test script I used ``` from ssl_checker import SSLChecker SSLChecker = SSLChecker() args = { 'timeout' : 2.0, 'hosts' : [ 'acquiacustomertest.com', 'ks-1.sandbox.acquia.io', 'master.e.as5001dualar.ahserversdev.com', ]} response = SSLChecker.show_result(SSLChecker.get_args(json_args=args)) ``` ```...

I'm seeing same error ``` ERROR:root:'NoneType' object has no attribute 'get' Traceback (most recent call last): File "/usr/local/Cellar/aws-google-auth/0.0.35/libexec/lib/python3.8/site-packages/aws_google_auth/__init__.py", line 76, in cli process_auth(args, config) File "/usr/local/Cellar/aws-google-auth/0.0.35/libexec/lib/python3.8/site-packages/aws_google_auth/__init__.py", line 233, in process_auth...

This is what it looked like on our cluster going to 2.4 and then reverting back to 1.7. Our use case is a shared Traefik layer that directs traffic to...

@KevinLiAWS this is the output ``` ➜ ~ finch vm stop INFO[0000] Stopping existing Finch virtual machine... INFO[0002] Finch virtual machine stopped successfully ➜ ~ finch vm remove INFO[0000] Removing...

``` ➜ ~ LIMA_HOME=/Applications/Finch/lima/data /Applications/Finch/lima/bin/limactl ls NAME STATUS SSH ARCH CPUS MEMORY DISK DIR finch Running 127.0.0.1:61998 aarch64 3 8GiB 100GiB /Applications/Finch/lima/data/finch ```

Sure ``` ➜ ~ uname -v Darwin Kernel Version 22.1.0: Sun Oct 9 20:15:09 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T6000 ➜ ~ sw_vers ProductName: macOS ProductVersion: 13.0 BuildVersion: 22A380 ```

+1, it's tedious to get an average when a lot of people are participating

This is going to be an interesting one. The reason why the call is not working is that password needs to be hashed and settings for hash come from acquia.agent.communication.settings....

It might need some cleanup with code styles but it should provide full backward compatibility and all tests are passing.

Guzzle 6 only works with php > 5.4. @cpliakas @webbj74 I think it should be fine to drop support for 5.4 what do you think?