Some atlassian admin tools to support nixos-secure-factory based projects.
-
Authorizing a ssh key to the user account:
$ ssh_key="$(cat /path/to/my/ssh-key.pub)" $ nsf-bitbucket user ssh authorize -v --label my-ssh-key-label "$ssh_key" Username: [email protected] Password: INFO:nsf_atlassian_tools.bitbucket_cli:Authorized ssh key 'my-ssh-key-label' to ' [email protected]' user account.`{key_uuid: {6088bce9-75ec-4e36-8c05-973cea379cff}}`
-
Listing ssh keys authorized to the user account:
$ nsf-bitbucket user ssh ls -v Username: [email protected] Password: label: my-ssh-key-label, uuid: {6088bce9-75ec-4e36-8c05-973cea379cff} label: my-other-ssh-key-label, uuid: {1a35d6d6-e828-4ff4-8808-ab64785cd81d} # ..
-
Listing ssh keys filtered by label:
$ nsf-bitbucket user ssh ls -v --label my-ssh-key Username: [email protected] Password: label: my-ssh-key-label, uuid: {6088bce9-75ec-4e36-8c05-973cea379cff}
-
Deauthorizing a ssh key from the user account:
$ nsf-bitbucket user ssh deauthorize -v --label my-ssh-key-label Username: [email protected] Password: INFO:nsf_atlassian_tools.bitbucket_cli:Deauthorized ssh key 'my-ssh-key-label' from '[email protected]' user account.`{key_uuid: {6088bce9-75ec-4e36-8c05-973cea379cff}}`
- A posix system (e.g: Linux, Unix)
- nix
$ nix build -f release.nix default
# ..
$ ./result/bin/nsf-bitbucket --help
Usage: nsf-bitbucket [OPTIONS] COMMAND [ARGS]...
A Bitbucket restapi client.
Options:
--help Show this message and exit.
Commands:
user Bitbucket user related commands.
This is an environment that simulates the conditions occurring when this application is installed on a system. For example it allows one to test packaged shell completions (bash / zsh / etc).
$ nix-shell env.nix
# ..
$ nsf-bitbucket --help
# .. (same as above)
$ nsf-bitbucket [Hit Tab Here]
$ cd /this/directory
# ..
$ nix-shell
# ..
$ nsf-bitbucket --help
# .. (same as above)
$ ./update_nix_requirements.sh
# ..
Both requirements.nix
and requirements_frozen.txt
should have been updated.
See Todo file.
Contributing implies licensing those contributions under the terms of LICENSE, which is an Apache 2.0 license.
Thanks to Zilia Health for being the first innovative corporate user / supporter of this project allowing it to grow both in quality and features.