Conner Swann
Conner Swann
Getting this as well, I actually had an error manifest when installing the blastradius package, probably related: ``` $ pip3 install blastradius Collecting blastradius Downloading https://files.pythonhosted.org/packages/19/5a/154aa8523324dc3ffb6e2f6daeab0c34363bfe07b5405d61ffdb01e6f75d/BlastRadius-0.1.23.tar.gz (587kB) 100% |████████████████████████████████| 593kB...
@obourdon I think you're definitely on the right track here, I'll fiddle with it!
@obourdon Literally running into that problem right now, considering mounting the `~/.aws` directory into the container, is that what you have done to pass credentials? EDIT: this worked exactly how...
Relevant error: `Error loading configuration: Error parsing : At 43:15: Unknown token: 43:15 IDENT data.aws_secretsmanager_secret.elasticsearch_additional_ips.id` Coincidentally, due to my plugins being out of date, my IDE tells me this this...
This is going to be slightly more complicated than I anticipated, details here: https://gist.github.com/UrsaDK/f90c9632997a70cfe2a6df2797731ac8
Alternatives that would let us keep the docker/build-push action: https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md
How this will work: - _Origin Chain_: Get `Transaction` via `transactionHash` - _Origin Chain_: Get `Send` event, extract `_destination` and `_recipient` - _Origin Chain_: Get `Dispatch` event, extract `_leafIndex`, `_committedRoot`,...
First crack at this, not great, lots of this should end up in the multi-provider library as convenience functions: https://gist.github.com/yourbuddyconner/8e64948061247d21975b5c50292e4c9e
Probably going to implement this via a python metrics agent for expediency. Ultimately this should be implemented in-agent.
Initial implementation in #762