-
### Terraform Core Version
1.2.9
### AWS Provider Version
4.64.0
### Affected Resource(s)
aws_rds_cluster resource
### Expected Behavior
According to the following doc: https://re…
-
```python
def list_firehose_streams_with_kms(credentials, filter_words=None):
# Connect to AWS using temporary credentials
session = boto3.Session(
aws_access_key_id=credentials['C…
-
**Description**
The AWS SDKv2 now has integration with GraalVM and can generate the required reflect and resource config automatically.
https://aws.amazon.com/blogs/developer/graalvm-native-image…
-
### Describe the bug
Pivot Role (auto created and custom) has the following unrestricted permissions on KMS and RAM shares. This role needs to be added as an exception until the following are remed…
-
Currently, we setup a consul snapshot agent to backup our consul data.
But we found following error message:
```
Jul 10 16:35:25 ip-10-211-178-16 consul[4284]: Lock Key: "consul-snapsho…
lcgkm updated
5 years ago
-
Currently `terragrunt-atlantis-config` is actually invoking the terragrunt function `sops_decrypt_file`. When we have thousands of small secret files with `sops_decrypt_file`, it would be great that t…
-
There are two things I think need updated:
> unseal keys from a Google Cloud KMS keyring.
https://github.com/jetstack/vault-unsealer/blame/master/README.md#L13
This also works for AWS now and…
-
In a similar use-case to #51, there are situations where I find I want to store share a password with someone that _should not_ be changed afterwards as both people will need access to that password i…
-
I have a dockerfile with a relative path in the CMD:
```
CMD ["python3" , "./ubuntu-python-server/server.py"]
```
or
```
WORKDIR /home
CMD ["python3" , "ubuntu-python-server/server.py"]
```
A…
-
The SDK should:
* Decouple DID generation from Key Generation.
* Let users of the library bring their signers, likely in the form of an HSM.
* Have key generation be explicitly something that disco…