marcindulak
marcindulak
https://github.com/awslabs/aws-service-operator/blob/76312848693937324f5920d771cde1abe2f51fdd/hack/update-codegen.sh#L1 ``` make rebuild aws-service-operator-codegen process INFO[0000] Model Path: models/ INFO[0000] cloudformationtemplate.yaml INFO[0000] dynamodb.yaml INFO[0000] ecrrepository.yaml INFO[0000] elasticache.yaml INFO[0000] s3bucket.yaml INFO[0000] snssubscription.yaml INFO[0000] snstopic.yaml ./hack/update-codegen.sh ./hack/update-codegen.sh: 3: set: Illegal option...
*Issue #191 * *Description of changes:* Use the correct argument name, which is `default-namespace` https://github.com/awslabs/aws-service-operator/blob/76312848693937324f5920d771cde1abe2f51fdd/cmd/aws-service-operator/main.go#L60 By submitting this pull request, I confirm that my contribution is made under the terms...
*Issue #195 * *Description of changes:* Invoke bash explicitly in the Makefile when running hack/update-codegen.sh By submitting this pull request, I confirm that my contribution is made under the terms...
https://github.com/awslabs/aws-service-operator/blob/76312848693937324f5920d771cde1abe2f51fdd/configs/aws-service-operator.yaml#L235 is used when building the sqs queue name `cluster-name` + `-cloudformation`. This may result in errors for clusters managed by kops ``` kubectl -n aws-service-operator logs aws-service-operator-56c7c574dc-dg4w6 time="2019-06-27T20:35:41Z" level=fatal...
I guess https://github.com/awslabs/aws-service-operator/blob/68432ba02c4f55e5b8e7ff8a911feb82646250eb/configs/aws-service-operator.yaml#L238 should be `--default-namespace`
``` cat /etc/redhat-release #Fedora release 25 (Twenty Five) dnf -y install "compiler(go-compiler)" go version #go version go1.7.5 linux/amd64 yum -y install "golang(github.com/docker/go-units)" yum -y install "golang(github.com/stretchr/testify/mock)" yum -y install "golang(github.com/docker/docker/pkg/ioutils)"...
### Summary sysprefs_screensaver_ask_for_password_delay_enforce appears not remediated. I'm using the main branch https://github.com/usnistgov/macos_security/commit/06cc0d2614da5b6f478b6f1ff45b059bb7c6aa5a. ### Steps to reproduce On a fresh system, execute the compliance script generated from baseline (e.g. https://github.com/usnistgov/macos_security/blob/main/baselines/cis_lvl2.yaml) which...
### Summary os_hibernate_mode_enable: remediation is not effective ### Steps to reproduce On a fresh system, execute the compliance script generated from baseline (e.g. https://github.com/usnistgov/macos_security/blob/main/baselines/cis_lvl2.yaml) which includes this rule, and apply...
### What are you trying to do? Execute nodejs sdk example from https://github.com/dagger/dagger/pull/3823 inside of a container that mounts `/var/run/docker.sock` (so called Docker Outside of Docker (DooD) setup). To reproduce,...
### What are you trying to do? Use a docker image built locally for creating containers with dagger. To reproduce the error, take the example from https://github.com/dagger/dagger/blob/79faf032be522d03ea215874df2cb2c147881c79/docs/current/sdk/nodejs/snippets/get-started/step3/build.ts, and modify it...