Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/GoogleCloudPlatform/keyrotator


https://github.com/GoogleCloudPlatform/keyrotator

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

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.