https://github.com/grahamar/belem
CLI for aws-credentials-broker
https://github.com/grahamar/belem
aws aws-cli awscli cli credentials federated google oidc saml
Last synced: 3 months ago
JSON representation
CLI for aws-credentials-broker
- Host: GitHub
- URL: https://github.com/grahamar/belem
- Owner: grahamar
- License: mit
- Created: 2019-03-28T10:44:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T13:21:20.000Z (about 7 years ago)
- Last Synced: 2024-06-20T06:15:16.229Z (almost 2 years ago)
- Topics: aws, aws-cli, awscli, cli, credentials, federated, google, oidc, saml
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Belém - Gateway to the Amazon River
[](https://travis-ci.com/grahamar/belem)

CLI get temporary credentials for the AWS CLI/API via the [aws-credentials-broker](https://github.com/flowcommerce/aws-credentials-broker).

## Getting AWS Temporary Credentials
```
$ go get github.com/grahamar/belem
$ cd $GOPATH/src/github.com/grahamar/belem
$ make install
$ belem login
```
## Configuration
To set your AWS credentials broker URL, you can either pass the `--broker` parameter, or create a configuration file:
Configuration File: `$HOME/.belem.yaml` (You can pass the `--config` parameter to override the default)
```yaml
broker: https://broker.example.com
```
You can also configure the `port` that the CLI listens on for the callback (default port 8765).
```yaml
port: 8765
```
The AWS CLI profile the credentials are stored for is by default `default` this can be configured via the `--profile` parameter or the `AWS_PROFILE` environment variable.