{"id":20406180,"url":"https://github.com/umegbewe/mason","last_synced_at":"2025-04-12T15:06:08.609Z","repository":{"id":199601227,"uuid":"703282441","full_name":"umegbewe/mason","owner":"umegbewe","description":"Create secrets on AWS Secret Manager via config (more natural and easier)","archived":false,"fork":false,"pushed_at":"2023-10-14T14:10:26.000Z","size":10,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T15:05:53.203Z","etag":null,"topics":["aws","aws-secrets-manager","secret-management","secret-manager"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umegbewe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-11T00:34:45.000Z","updated_at":"2024-04-06T23:57:56.000Z","dependencies_parsed_at":"2023-10-11T05:09:19.726Z","dependency_job_id":"f2c577ab-f3cd-457d-bb31-7d46940dea52","html_url":"https://github.com/umegbewe/mason","commit_stats":null,"previous_names":["umegbewe/mason"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umegbewe%2Fmason","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umegbewe%2Fmason/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umegbewe%2Fmason/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umegbewe%2Fmason/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umegbewe","download_url":"https://codeload.github.com/umegbewe/mason/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586235,"owners_count":21128997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-secrets-manager","secret-management","secret-manager"],"created_at":"2024-11-15T05:15:24.890Z","updated_at":"2025-04-12T15:06:08.567Z","avatar_url":"https://github.com/umegbewe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Mason\n\nI have been working with lots of secrets in AWS Secrets Manager the past few days, using the CLI and remembering ``aws`` commands is daunting, the console is worse and feels unnatural\n\n\nI built ``mason`` to make stuff easier as simple as defining secrets this way\n\n```yaml\nsecrets:\n   # create key value secret\n  /example/postgres/secret:\n    key_value:\n      POSTGRES_USERNAME: postgres\n      POSTGRES_PASSWORD: password\n    tags:\n      environment: local\n  # create plain text secret\n  /example/nas/secret-lyric:\n    plaintext: |\n      Early on the wakeup\n      Cunning as the father of the twelve sons of jacob\n      Shake up the world cake crumbs\n    tags:\n     track: fever\n  # create file secret\n  /example/file/secret:\n    file: \"example.json\"\n    tags:\n      file-type: json\n```\n\n## **Install**\n\n- Download [binaries](https://github.com/umegbewe/mason/releases)\n\n- Go install:\n```\ngo install github.com/umegbewe/mason@latest\n```\n\n## **Usage**\n\n```text\nUsage:\n\n    mason [OPTIONS]\n\nOptions:\n\n    -profile: AWS profile to use, default is  \"default\"\n\n    -config: Path to where config for secrets is defined, see secrets.yml for example.\n\n    -region: The region where the secrets should be created. Default is \"us-east-1\".'\n\n    -kms: KMS key ID or alias to use for encrypting the secrets\n```\n\n## **License**\n\nThis tool is released under the MIT License. See **[LICENSE](https://github.com/umegbewe/mason/blob/main/LICENSE)** for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumegbewe%2Fmason","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumegbewe%2Fmason","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumegbewe%2Fmason/lists"}