Skip to main content
0 votes
0 answers
93 views

Whenever I try to pass the API key for Mistral AI into the backend through secrets manager, I get an error "401: unauthorized". When stored as plain text in the environment variables in ...
aguerra's user avatar
0 votes
1 answer
111 views

I’m trying to create a GitHub Actions workflow that manages AWS Secrets Manager (create/read/update/delete). The workflow should only run manually using workflow_dispatch, because it requires user ...
John's user avatar
  • 13
1 vote
1 answer
307 views

In my ECS cluster, I got a task that is run via the ECS scheduler. This a Fargate in awsvpc. I have hard time to resolve this error message below, knowing that for another task it works fine and one ...
Hadock's user avatar
  • 1,018
0 votes
1 answer
47 views

I am storing database credentials in Secret Manager as a stringified JSON. I want CodeBuild to fetch the secret and then set one of the JSON params as an environment variable. If I do this multiple ...
BryceLarkin's user avatar
1 vote
0 answers
52 views

"Could not connect to the endpoint URL: http://localhost:4566/ I'm developing a FastAPI-based Lambda function using AWS SAM CLI for local testing on macOS, with LocalStack emulating Secrets ...
Daniel Dow's user avatar
0 votes
0 answers
107 views

I'd hoped to bind a write-only Terraform resource attribute to the value of an AWS SecretsManager secret, using the secret version ID to trigger an update. For example, something like data "...
Peter Halverson's user avatar
0 votes
0 answers
344 views

I'm working on a Laravel application hosted behind a load balancer with multiple instances. Instead of relying solely on the .env file, I'm pulling sensitive configuration values (API keys, DB ...
Navin's user avatar
  • 23
0 votes
1 answer
1k views

I'm building an automation pipeline to publish Power BI reports via REST API from AWS Lambda using a registered Azure app (service principal). My Azure App is registered successfully, and I’ve ...
Gauri Uphade's user avatar
4 votes
1 answer
367 views

I have configured an AWS IAM policy to allow all access to secretsmanager on all resources: { "Version": "2012-10-17", "Statement": [ { "...
Guss's user avatar
  • 32.9k
0 votes
1 answer
612 views

I've added the following to my Gradle project to load Spring's AWS Secret Manager features: plugins { id 'org.springframework.boot' version '3.4.3' id 'io.spring.dependency-management' version ...
chubbsondubs's user avatar
  • 39.5k
0 votes
1 answer
108 views

I have a legacy fuse utility bundle which has a code logic to get secret code with AWS SDK Java 1,Now I am trying to convert them to use AWS SDK Java-2.30.3. I have added the secretmanager dependency ...
Augustin's user avatar
1 vote
2 answers
1k views

I just created a empty spring boot application using Maven with the following dependencies: <dependencies> <dependency> <groupId>org.springframework.boot</groupId> ...
Rafael Pimenta's user avatar
0 votes
0 answers
204 views

I'm working on AWS Lambda in Spring Boot framework. I used code from below link do load certificates from files because I was getting PKIX path building failed: sun.security.provider.certpath....
melodev's user avatar
0 votes
2 answers
92 views

Would like to understand does anyone commits the AWS Secret Manager CloudFormation file to private repository ? If not how should the team manage the changes and version control the configuration ?
Hino Rei's user avatar
1 vote
1 answer
516 views

I am using Spring Cloud Secrets Starter for secrets manager on AWS; here is my dependency. I am running on springboot > 3.2.10. I am using kotlin and the values load correctly on startup but don't ...
user3241602's user avatar

15 30 50 per page
1
2 3 4 5
62