Arya Bahnken

Results 53 comments of Arya Bahnken
trafficstars

@hwine I believe that removing the strict mode should have no impact on our current usage of Frost, so yeah feel free to change.

I agree with figuring out the use-case(s) first, but just for future reference both the `mark`'s and the docstrings are currently passed into the test results. marks: https://github.com/mozilla/frost/blob/f9109d782b49bc8450480b91e956d1667019aaf6/conftest.py#L279 docstrings: https://github.com/mozilla/frost/blob/f9109d782b49bc8450480b91e956d1667019aaf6/conftest.py#L288

>support for read/write of S3 urls imo, we shouldn't support this within pytest-services. The test runner can do this with ease. >clear specification of what 'merging' of configs means I...

Alongside this, we should add documentation around the JSON output that `server_report_generator.py` creates, beyond what is documented in the script itself.

@MaikuMori What is the use case for piping? Why not just write the output to a file and then run `sops -e -i `?

Why do you need to use `--keyservice` in this context? Is this running on a machine without access to your private key(s)?

Ok, yeah that makes sense. Then yeah, I support this. In my opinion, I think an env var would be preferable.

@autrilla In taking a look at the base AWS client struct in the sdk (https://docs.aws.amazon.com/sdk-for-go/api/aws/client/#Client) - it looks like there is a retryer with a back-off, which is probably why...