Richard Simpson

Results 183 comments of Richard Simpson

Apologies for possibly very early questions but: * Is Launchpads something that's provisioned via CloudFormation as a first class resource? Both the cmd and the integration into AWS Organizations make...

Thank you for the great answers! > Because we want to generate code based on the Launchpad, not force the CDK application users of the Launchpad to import things directly...

> You definitely could generate it once, and then publish as an NPM library. The complicated part is that you most likely want to make it company-private, as it will...

Interesting, it does looks Vault Action does indeed need to take extra steps to support proxies: https://github.com/sindresorhus/got#proxies

It's a bit of a hidden feature that we'll see if the hashicorp team keeps, but vault-action uses a special library called JSONata to pull and process secrets. http://docs.jsonata.org/string-functions#base64decode So...

In theory `.` should also work for "get all". So a theoretical implementation could be: ```yaml secrets: secret/data/key . > /tmp/secrets.json ``` With the `>` sigil signifying outputting to a...

This has bit enough people that I'll see if I can document this as well as add an easier wildcard shortcut.

I did a sort of PoC of E2E in my PR: https://github.com/RichiCoder1/sigstore/pull/1 Can see end effect here: https://github.com/RichiCoder1/sigstore/runs/2429596238?check_suite_focus=true If you wanted to lock down sensitive secrets, you could maybe use...

I'd like to voice my support for Styles (and co) to be first class citizens. Probably the biggest pain point today for me is writing and grepping Styles as they...

I'm going to be tweaking a lot of styles on two WPF projects, so I'll take notes while I'm doing that and see if I can get you some helpful...