RB

Results 449 issues of RB

Here's my code: * dynamodb.js - instantiates the dynamodb class, configures creds, and a number of modules use this ```javascript const AWS = require('aws-sdk'); const credentials = new AWS.SharedIniFileCredentials({ profile:...

* test.spec.js ```javascript const AWS = require('aws-sdk'); const AWSMock = require('aws-sdk-mock'); let dynamodb; function getItem(params) { return dynamodb.getItem(params).promise(); } function getItem2(params) { return dynamodb.getItem(params).promise().then(response => response.Item); } describe('Test getItem', function...

My AWS Secrets Manager secret contains only plain text information so no key-value key-value works ```sh $ chamber -b secretsmanager list devops/key-value Key Version LastModified User 3 2022-09-01 12:37:33 arn:...

It would be nice to get a prompt if the `value` is omitted during a `write` operation This would still work ```sh $ chamber write service key value $ ```...

enhancement

A dry run mode would be very handy. Especially because secrets in secretsmanager take 7 days to delete. For example, I'm using the secrets backend and I use this to...

enhancement

Noticed that if the /var/atlassian/bamboo directory isn't mounted, then it throws an error ``` + addgroup -S bamboo + adduser -S -h /var/atlassian/bamboo bamboo bamboo adduser: /var/atlassian/bamboo: No such file...

## Problem I was having issues finding the service name for amazon health events (`health`) and privateca (`acm-pca`) and it would be nice to do query a service-table that could...

First of all, thank you so much for making this tool. I just have one feature request. ## Expected Behavior Able to login to aws console after getting creds ##...

Hi. I'd like to see a `brew install parliament` here. It would be nice to have in our brew arsenal along with `policy_sentry` and `iam-policy-json-to-terraform`. Thanks for a nice script!

Any possible development or interest in adding support for ESXi without vcenter?