Questions tagged [secret-manager]
40 questions
0
votes
0 answers
1password secret management and powershell
I am trying to use Microsoft Secret Manager and the secretmanagement.1password extension, I get it all to install and imported, I can create my secretstore for 1password according to the github documentation but I cant Get-SecretInfo from the vault.…

bstetson
- 1
- 1
0
votes
1 answer
How to use custom substitutions with secretmanager in cloudbuild?
I'm having an issue with using custom substitutions in my cloudbuild.yaml.
substitutions:
_CUSTOM_SUBSTITUTION: this-is-a-path
availableSecrets:
secretManager:
- versionName: projects/$_CUSTOM_SUBSTITUTION/secrets/client_id/versions/1
env:…

kckaiwei
- 416
- 7
- 18
0
votes
1 answer
Google Cloud Run - Cannot deploy new revision while using secrets
My app uses Cloud Run, Cloud Build, Cloud SQL, Cloud Secrets. Everything worked fine till october 28 - at that day I took some time off from my project. When I returned and tried to deploy new version of my app on 6 november I started to have big…

kurowskiandrzej
- 1
- 1
- 1
- 1
0
votes
2 answers
Convox Environment for secret management-evaluation
I am using convox to store secrets, it seems it uses env variables to do that and I am not sure if tha is enough of I need to evaluate another tool such aws or vault
do you have thought about Convox secret management? any recommendation? any other…

max
- 1
- 1
0
votes
1 answer
How to call secret manager from lambda function
I am new to AWS. I am trying to establish my lambda function to the AWS Redshift so that I can query the database. I have stored the credentials in the secret key manager.
I understand that the secret key manager has provided a sample code to…

Denise
- 139
- 1
- 2
- 12
0
votes
1 answer
Selecting an RDS DB for newly created secrets in AWS CLI
While I try to create a new secrets for RDS using AWS CLI, I couldn't find the way where I could associate my secrets to RDS DB on creation itself.I have gone through the AWS…

Sunil
- 84
- 3
0
votes
1 answer
unit testing AWS secret manager java
I need to unit test AWS secret manager that is in Java and am using Mockito and EasyMock to do that and whenever I call client.getSecretValue(), it is trowing the exception
Code to be tested
AWSSecretsManagerClient client =
…

user3217014
- 43
- 1
- 5
0
votes
1 answer
How to use IAM role to rotate the AWS secret keys in Spring boot Application for a task
I want to use an IAM role for using AWS services like S3, SNS etc in my task rather than specifying the secret keys of the user.
I have seen this article https://docs.aws.amazon.com/AmazonECS/latest/userguide/task-iam-roles.html but I am not sure…

Saurabh Tiwari
- 4,632
- 9
- 42
- 82
0
votes
1 answer
Is it mandatory to use Secret Manager for storing Microsoft External logIn ClientId and ClientSecret
I have followed Microsoft's instructions on setting up a Microsoft external login for ASP.Net Core, but I have directly pasted my Client Id and Client Secret in my code's Startup.cs. All works fine, but I am concerned about security. Is this bad…

pnizzle
- 6,243
- 4
- 52
- 81
0
votes
1 answer
hosting .net core app gives 502.5 on using add json to configuration
I am trying to host a .net core application on A2hosting shared hosting windows option, which uses IIS. However, once I used UserSecretsId in the .csproj file for the secret manager, I was getting the 502.5 error. This is odd since production…

Neville Nazerane
- 6,622
- 3
- 46
- 79