-
In some cases when using spot, I'd like to be able to provide an EIP and reuse them in case the spot is terminated.
This is useful to prevent changing inbound rules that uses the runner's public I…
-
As a UDS dev
I want the UDS EKS Terraform module to use common workflows
So that we don't have duplicated code in that module
```[tasklist]
- [x] [Resolve scan discovered dependency first](https:…
-
Currently, it appears as though the SSM Resolver has a hard coded use of _profile_ (https://github.com/Sceptre/sceptre-ssm-resolver/blob/master/resolver/ssm.py#L60)
I am not familiar with the code…
-
Encrypting secrets in a during artifact building and loading them from a file might be a better approach for scale. Requires PHP 8.1. Hat tip @GrahamCampbell.
https://github.com/GrahamCampbell/Enve…
-
Hi, I tried to use SSM but getting the following error in the output
```
root@9c6c01f9d853:/tmp# kubectl eks ssm ip-172-30-233-238.ec2.internal
SSM into node i-0670318xxxx
2023/01/10 15:41:32 Wr…
-
### Jenkins and plugins versions report
Environment
```text
Jenkins: 2.319.2
OS: Linux - 5.4.172-90.336.amzn2.x86_64
---
ace-editor:1.1
apache-httpcomponents-client-4-api:4.5.13-1.0…
-
| Target version | Related issue | Related PR |
| -------------- | ------------- | ----------------------------------------- |
| 4.4.0 | #3390 | https:/…
-
# Bug report
## Describe the bug
Fresh Cloud Formation deployment - ECS some tasks fail with `FATAL: password authentication failed for user "supabase_admin"`
## To Reproduce
Fresh deployment
…
-
We wait to retrieve the entire JSON document in memory before sending the HttpResponse back.
See `QueryExecutor`
```
if (await dbDataReader.ReadAsync())
{
jsonDocument = JsonDo…
-
I have tried this pattern but seem to encounter an issue trying to use an output from a module as an input for another module in terraform.tfvars.
For example in the db terraform.tfvars, using this…