James Holmes
James Holmes
Given how LiveView works, Smaug's observation needs looking at regardless of whether it's causing this bug: https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html When the whole page refreshes, it probably means that either enough state changed...
Perhaps it can be handled here: https://github.com/buildkite/elastic-ci-stack-s3-secrets-hooks/issues/21
Ok, I have a basic version of this working. It's stripped down to the minimum so we can work on some of the interesting issues. One issue is how to...
I'll make gists of the files I created. I was able to do it with a custom bootstrap, an env hook and a script that acts as the credential provider....
The files are: - [bootstrap](https://gist.github.com/holmesjr/8c7c4009bdc6e91ce452024d7dd7baaa) - [env](https://gist.github.com/holmesjr/4a48ed5bff90799511a5482d173994f7) - [creds helper](https://gist.github.com/holmesjr/062f2870bfc6d189a96e4b885c5b4685)
Ah yeah, that would have been useful info. I currently have this: ``` { "Cred": "https://USER:[email protected]" } ```
So it's just the git creds line as per the S3 plugin, under a "Cred" key.
Does that mean they released a version of the AWS CLI that supports Secrets Manager into the Amazon Linux yum repo?
You'll probably need to install pip and update the CLI that way.
Did you perhaps use the id rather than the ARN?