{"id":18811744,"url":"https://github.com/logicmonitor/vault-aws-formatter","last_synced_at":"2026-01-11T14:30:20.069Z","repository":{"id":150954068,"uuid":"130106600","full_name":"logicmonitor/vault-aws-formatter","owner":"logicmonitor","description":"This script is designed to format temporary AWS credentials generated by the Vault CLI into a foramt suitable for use by the AWS CLI.","archived":false,"fork":false,"pushed_at":"2018-04-18T23:06:45.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-12-30T00:13:28.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/logicmonitor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-04-18T18:39:22.000Z","updated_at":"2018-07-04T12:40:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"29996148-8db1-45b9-9de4-5c04162c3c9d","html_url":"https://github.com/logicmonitor/vault-aws-formatter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Fvault-aws-formatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Fvault-aws-formatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Fvault-aws-formatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Fvault-aws-formatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logicmonitor","download_url":"https://codeload.github.com/logicmonitor/vault-aws-formatter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239748248,"owners_count":19690232,"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":[],"created_at":"2024-11-07T23:27:31.048Z","updated_at":"2026-01-11T14:30:19.795Z","avatar_url":"https://github.com/logicmonitor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vault-aws-formatter\n\nThis script is designed to format temporary AWS credentials\ngenerated by the Vault CLI into a format suitable for use by the AWS CLI.\n\nA typical workflow uses the Vault CLI to generate a set of AWS\ncredentials in json format, piping the output to this script,\nand then making that output available to the AWS CLI via either environment\nvariables or AWS configuration files.\n\nNOTE: These examples assume you have a properly configured Vault\nCLI environment with an active Vault client token and as at\nleast one AWS secret backend configured.\n\nFor more information about configuring the Vault CLI, see:\nhttps://www.vaultproject.io/docs/commands/index.html\n\nInject AWS credentials as environment variables:\n\n    $(vault read -format=json aws/creds/test | vault_aws_formatter.py --format environment)\n\nInject AWS credentials into the AWS credentials file:\n\n    vault read -format=json aws/creds/test | vault_aws_formatter.py --format file \u003e ~/.aws/credentials\n\nInject AWS credentials into the AWS credentials file with a custom profile name:\n\n    vault read -format=json aws/creds/test | vault_aws_formatter.py --format file --profile test \u003e ~/.aws/credentials\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicmonitor%2Fvault-aws-formatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogicmonitor%2Fvault-aws-formatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicmonitor%2Fvault-aws-formatter/lists"}