Do administrative stuff on quay.io.
Project description
quay.io is pretty neat, but how do you know who has access to your repositories?
If you’ve got a small number of them, you can click through to each one and see who has what permissions. But if you’re an organization with a large number of repositories, it’s very hard to see who can access your repositories.
In particular, when someone leaves your organization, how can you be sure that they can no longer upload images?
quay-admin is a simple command-line tool that shows which users who are outside your organization have access to which repositories.
For example:
$ QUAY_TOKEN=<YOUR_TOKEN_HERE> quay-admin woofshop
woofshop/landscape
- niceperson [admin]
woofshop/spoonbridge
- cooldude [admin]
woofshop/thingdoer
- dodgybloke [admin]
Installing
$ pip install quayadmin
Running
Everything is under the quay-admin command, which has its own help.
usage: quay-admin [-h] [--from-state FROM_STATE] [--api-root API_ROOT]
[--dump-state DUMP_STATE]
namespace
Show information about quay.io permissions
positional arguments:
namespace Namespace to look in
optional arguments:
-h, --help show this help message and exit
--from-state FROM_STATE
If provided, get quay.io state from a file, rather
than an API
--api-root API_ROOT Root of quay.io API. Ignored if --from-state provided.
--dump-state DUMP_STATE
If provided, dump state to a file. Will overwrite file
if it exists.
To do anything useful, you will need an access token that has permission to “Administer Repositories”. See the quay.io API documentation for more information.
Running quay-admin will produce a text report of users who aren’t in your organization but who do have access to your repositories. If such users exist, the script will exit with code 1.
The normal state is to gather data from quay.io. However, you can save all that state with the --dump-state flag, and then load it later with --from--state. This can be useful for performing your own analysis, or developing new reporting functionality.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file quayadmin-0.1.2.tar.gz
.
File metadata
- Download URL: quayadmin-0.1.2.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c7b5f0e166c62136f828f0a966589515ffcf74a37654304e0cb38ad7d899b7c |
|
MD5 | ddc42bad0a6e70d9b8f5ef6ddbb4d78e |
|
BLAKE2b-256 | cffea1705ce9c8dcfabfd01576c6d046b51230ea9786bfd09526cca9149f2357 |
Provenance
File details
Details for the file quayadmin-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: quayadmin-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 20.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60265438f7ca9ea2725a376c94713b2e4ad5962c6452792cb814226cc72d18ab |
|
MD5 | 838996abf957a6e8da4c0cd11197d17f |
|
BLAKE2b-256 | 122a5f541c31da1bc20481eada10a36ff65861f9398989684192a329f75db53d |