1.1.1 • Published 3 years ago
@yetanothertool/siamm v1.1.1
About
Simple IAM Manager
Technologies
This section covers the tools and packages used for the project,
- NodeJS
Getting Started
Prerequisites
- NodeJS
- AWS
Installation
npm install -g @yetanothertool/siammUsage
The template
[
{
"username": "provisioning",
"policies": [
"devops-role-assume",
"security-role-assume",
"support-role-assume"
]
},
{
"username": "tgingras",
"policies": [
"devops-role-assume",
"security-role-assume",
"support-role-assume"
],
"groups": ["administrators"]
}
]CLI
export AWS_REGION=ca-central-1
export AWS_PROFILE=defaultyat-siaam --template ./users.json --update --create --cleanupyat-siaam --template ./users.json --update --accountId 012345678901yat-siaam --template ./users.json --update --assumeRole devopsyat-siaam --template ./users.json --update --create --cleanup --assumeRole devops --accountId 012345678901| Option | Description |
|---|---|
| --template | JSON file with the user definition |
| --accountId | Target AWS Account that has IAM Users (Default: The account associated with your profile) |
| --assumeRole | Assume role in the targetted account (Default: 'OrganizationAccountAccessRole') |
| --update | Update Managed Policies, groups and users |
| --create | Create missing users |
| --cleanup | Delete users that aren't in the local JSON file |
Contributing
- Create a Feature Branch
- Commit your changes
- Push your changes
- Create a PR
Branch Checkout:
git checkout -b <feature|fix|release|chore|hotfix>/prefix-nameYour branch name must starts with feature|fix|release|chore|hotfix and use a / before the name; Use hyphens as separator; The prefix correspond to your Kanban tool id (e.g. abc-123)
Keep your branch synced:
git fetch origin
git rebase origin/masterCommit your changes:
git add .
git commit -m "<feat|ci|test|docs|build|chore|style|refactor|perf|BREAKING CHANGE>: commit message"Follow this convention commitlint for your commit message structure
Push your changes:
git push origin <feature|fix|release|chore|hotfix>/prefix-nameExamples:
git checkout -b release/v1.15.5
git checkout -b feature/abc-123-something-awesome
git checkout -b hotfix/abc-432-something-bad-to-fixgit commit -m "docs: added awesome documentation"
git commit -m "feat: added new feature"
git commit -m "test: added tests"License
Distributed under the MIT License. See LICENSE for more information.
Contact
- Tommy Gingras @ tommy@studiowebux.com