https://github.com/base2services/hl-component-assume-role-mfa
https://github.com/base2services/hl-component-assume-role-mfa
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/base2services/hl-component-assume-role-mfa
- Owner: base2Services
- License: mit
- Created: 2020-04-08T06:02:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T22:44:06.000Z (over 2 years ago)
- Last Synced: 2025-02-01T20:46:17.624Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# assume-role-mfa CfHighlander component
## Cfhighlander Setup
install cfhighlander [gem](https://github.com/theonestack/cfhighlander)
```bash
gem install cfhighlander
```
or via docker
```bash
docker pull theonestack/cfhighlander
```
## Testing Components
Running the tests
```bash
cfhighlander cftest assume-role-mfa
```