Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GoogleCloudPlatform/keyrotator
https://github.com/GoogleCloudPlatform/keyrotator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/GoogleCloudPlatform/keyrotator
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Archived: true
- Created: 2017-01-03T16:12:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T16:52:03.000Z (over 5 years ago)
- Last Synced: 2024-02-28T13:34:43.937Z (8 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 69
- Watchers: 13
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - GoogleCloudPlatform/keyrotator - (Python)
README
# keyrotator
This is a CLI utility to help with key rotation.## Install
Install with
```sh
$ python setup.py install
```## Uninstall
Uninstall with
```sh
$ pip uninstall keyrotator
```## Usage
You may need to auth your application default credentials prior to working with the service account keys:
```sh
$ gcloud auth application-default login
```From the command line, run (this will show the commands for keyrotator):
```sh
$ keyrotator
```## Contributing
Pull requests and stars are always welcome. For bugs and feature requests,
[please create an issue](https://github.com/GoogleCloudPlatform).## License
Apache 2.0. See [LICENSE]() for more information.
## Disclaimer
This is not an official Google product.