Skip to main content

Generate Google Service Account tokens with your YubiKey

Project description

google-yubikey

Generate Google Service Account tokens with your YubiKey!

Motivation

This is perhaps the most secure way to use Google credentials outside of Google Cloud, since the private key never leaves the device, and so it cannot be leaked or stolen without physically stealing the YubiKey.

Additionally, each operation is protected with a YubiKey PIN, providing a 2nd factor of authentication as something a user knows (in addition to something a user has, which is the YubiKey itself).

In this way, a single YubiKey can represent the identity of a user across many Service Accounts, without the need to send the private key material over the wire at any point.

This makes it even more secure than Service Account impersonation, where a user's long-term refresh token has been traditionally stored on their machine, and could thus be compromised.

Requirements

YubiKey 4+

Setup

pip3 install google-yubikey

Usage

  1. Set up YubiKey PIN, as explained here.

  2. Run this only once to set up a private key on the YubiKey, or to renew it after expiration:

    google-yubikey generate-key
    
  3. Install and authenticate with Google Cloud SDK:

    gcloud auth application-default login
    

    This is needed only for initially setting up YubiKey with a Service Account. Your user account must have at least Service Account Key Admin role or iam.serviceAccountKeys.create permission on the target Service Account(s).

  4. Run this once to associate your YubiKey with each Service Account:

    google-yubikey upload-key -a <service_account_email>
    
  5. As a good practice, revoke your Google Cloud SDK credentials, which limits the potential for their exposure only to the time of the public key upload:

    gcloud auth application-default revoke
    
  6. Run this every time you'd like to generate a Service Account token:

    google-yubikey token -a <service_account_email>
    
  7. Further customization options are available through:

    google-yubikey [<command>] -h
    

Disclaimer

This tool is still early on in the development. It works, but may have unusual edge cases that make it fail for your setup. Please use with caution, and raise an issue if you come across one.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

google-yubikey-0.2.6.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

google_yubikey-0.2.6-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file google-yubikey-0.2.6.tar.gz.

File metadata

  • Download URL: google-yubikey-0.2.6.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for google-yubikey-0.2.6.tar.gz
Algorithm Hash digest
SHA256 3e8e15881a13778b3f6b8ce1226419b8d9d791e1bde9f22c886004b68907fe85
MD5 7c36691ad4212e2932f084c51a74ac97
BLAKE2b-256 5cc4b6b5000c9115b434961f8a99e9ac3fe62a1674e467d9d6a20256203ba396

See more details on using hashes here.

File details

Details for the file google_yubikey-0.2.6-py3-none-any.whl.

File metadata

  • Download URL: google_yubikey-0.2.6-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for google_yubikey-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 9a3a1b1e05e4fe285eeac1d408769165dde533005f65116f51401e887d0ff85d
MD5 41363e0af799b59266050a7cab69bb2a
BLAKE2b-256 cf1658a1d4d0389ee24f4001e0f031ece4e7b79319ebaf3338dcd88f8282e575

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page