Skip to main content
Version: Cloud

Temporary credentials

Authenticate using temporary credentials in the create or update Deployment flow. Temporary credentials provide better security since they are not saved and expire (more) quickly.

Object storage

Select private object storage, and click on temporary credentials to authenticate using temporary credentials.

  1. Use AWS STS to assume a role with access to your bucket
  2. Get a session token
  3. In the Deployment configuration, click Private object storage, then click Temporary credentials, then Use temporary credentials
  4. Select S3, copy paste your:
  • Access key ID (e.g. ASIAIOSFODNN7EXAMPLE)
  • Secret access key (e.g. ASIAwJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEYIOSFODNN7EXAMPLE)
  • Session token (e.g. AQoDYXdzEJr...<remainder of session token>)
  1. Click Save

Docker

Select private registry, and click on temporary credentials to authenticate using temporary credentials.

  1. For DockerHub, fill in:
  • Registry (e.g. https://index.docker.io/v1/)
  • Username (e.g. deeployml)
  • Password (e.g. <password>)
  1. Click Save