Personal keys
Personal keys facilitate secure interactions with the Deeploy API and Python client. You can generate, manage, and revoke personal keys as needed. Personal keys are linked to your user authorization, and therefore to a specific user.
Generating a new key pair
- Access the Create personal key section.
- Add a key name and optional valid until date
- Click + Add to generate a key pair
- Store the generated key pair (especially the secret key) securely. The key pair can be used for API and Python client authentication.
info
Be sure to save the secret key carefully as it will only be shown once
Delete a key pair
- In the Keys section, view the list of generated key pairs.
- Locate the key pair to be deleted.
- Click the red bin to delete an existing key pair.
Using Key Pairs with the API and Python Client
Provide the public key when making API requests for authentication. For Python client interactions, use the private key for secure communication, see here for more information on authentication with the Python client.
Beware
Keep key pairs confidential and never share the secret key.
Beware
Deleting personal keys cannot be undone