-
**Describe the bug**
**Context:**
We are using HCL file to manage our Vault policies for each of our groups.
We added a policy to the group 1 with this command line:
```cli
vault policy write …
-
Need to use something like this to fallback to w/e is available in credentials chain:
```go
// UseProviderSecret - AWS configuration which can be used to issue requests against AWS API
func usePr…
-
Dude, it seems you screwed up and left aws creds in git. Ouch.
define('AWS_ACCESS_KEY_ID', 'AKIAJZYKHYWGK2S2N6FA');
define('AWS_SECRET_ACCESS_KEY', 'fHQgu8aF0djJrBBVqaz7AJ/754mX+X5PMmsdlCMR');
-
**Is your feature request related to a problem? Please describe.**
In our Kubernetes environment, we don't put our AWS creds on our pods, but rather, we use KIAM and proxy all our AWS requests throug…
-
We're using aws-amplify for authentication. There's a helpful API called Auth.currentCredentials() which will return valid credentials generated by the attached identity pool.
I have this effect si…
-
Dude, it seems you screwed up and left aws creds in git. Ouch.
define('AWS_API_KEY', 'AKIAI3UTKX2TOYT6CIFQ');
define('AWS_API_SECRET_KEY', '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');
-
## Use case
Ability to deploy on AWS
- equivalent to OpenCTI's MINIO__USE_AWS_ROLE
- requirement AWS
-
Spinnaker Service version: `1.29.2`
Spinnaker Operator version: `1.3.0`
Kubernetes version: `1.22`
I was unable to upgrade our existing instance to 1.29.2 on the new 1.3.0 operator. I ended up ha…
-
**Description:**
My organization heavily uses AWS CodeArtifact for Private NuGet Package Hosting.
Currently we have a private action running the following lines on `ubuntu-latest` without much c…
-
h9 looks in your ~/.aws file to get creds
But it doesn't do anything sophisticated, so if you are a super user with multiple accounts and creds, it's not smart enough to select a specific one.