Markus Bergholz
Markus Bergholz
hm, the failing CI jobs are not related to this PR > ERROR: Found 2 yamllint issue(s) which need to be resolved: > ERROR: tests/sanity/ignore-2.17.txt:1:1: ansible-test: Ignoring 'unparsable-with-libyaml' on 'plugins/connection/aws_ssm.py'...
It was planed to use stable-1 to prepare breaking changes in the main in the future. I think we should remove stable-1 again and make a new release from main...
The last releases were made from `stable-1`, therefor, we must continue there. Alternativley, we make a PR to bring stable-1 back to main?
I'm facing the same error using devsec.hardening 9.0.1 on Ubuntu 24.04 at AWS/EC2. 
> @markuman, can you confirm that the ssh-server is installed and running on your instance? Yes, it is.
> I just tested it myself on Ubuntu 24.04. (ami-01e444924a2233b07) and it worked. I connected from outside the machine and only applied the ssh-hardening collection. > > @markuman, can you...
I've create two appointments, one with phonenumber ```sql select json_extract(data, '$.phone') from oc_appointments_pref_v2 oapv where token = 'rGbtrds4t1VCV88' ; ``` ``` json_extract(data, '$.phone')| -----------------------------+ "03012345678" | ``` and one without...
Yes, it `$org_phone` is defined as `03012345678`, it will print > ... If you need to reschedule, please call 03012345678. But if it is not defined, it will print. >...
> 2024-05-23 03:31:29.107535 | controller | "msg": "Failed to generate random password (AccessDenied)" Looks like `secretsmanager:GetRandomPassword` is missing for the automated tests. I've created a PR for it https://github.com/mattclay/aws-terminator/pull/303