-
**Description**
I am using external-secrets version 0.10.0 with a single ExternalSecret resource configured to retrieve approximately 500 parameters from AWS SSM Parameter Store. Suddenly, the Extern…
-
In #385, I added a code change to natively support retrieving configuration from the [AWS Systems Manager Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-…
-
I was trying to use the AWS Parameter Store as a way to safely store sensitive data such as passwords, api keys, etc. Creating a parameter of type **Secure String** looked like a good way to handle th…
-
## Context
We have a suite of 15+ microservices using Django DRF and Zappa that make relatively heavy use of external configurations and settings ( for a microservice at least ). We cannot use t…
-
I'm getting a 502 bad gateway when I followed the guide.
This is my request:
```
curl $OPENAI_BASE_URL/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OP…
-
### Describe the bug
Our CDK application is breaking. We're trying to add tags to all resources within the CloudFormation template by reading the values from the SSM Parameter Store. However, durin…
-
### Description
The AWS Systems Manager uses [UpdateServiceSetting](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_UpdateServiceSetting.html), [GetServiceSetting](https://docs.…
-
**Is your feature request related to a problem? Please describe.**
The collector currently supports resolving config values from files, environment, yaml, http, s3 and secretsmanager (https://github.…
-
I ran into an issue where `ssm-parameter-store` was failing to run in a Python 3.12 venv because setuptools wasn't installed:
```
2024-09-27T14:31:10 File "/app/config/settings/base.py", line 24…
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
CloudForm…