←  back to changelog

July 4, 2025

Gitpod

Organization Secrets support in Gitpod

We’re excited to announce that Gitpod now supports Organization secrets, alongside existing User and Project secrets.

With this new feature, you can:

  • Configure organization-wide secrets for all Environments in the organization
  • Ensure consistent access to shared credentials and API keys for all team members

Highlights:

  • Files: Secrets can be mounted as files for complex structures e.g. JSON.
  • Environment Variables: Inject secrets as environment variables.

What’s the benefit of files? Files offer better security by avoiding issues like process visibility, crash logging leaks, and unintentional inheritance by child processes.

Learn how to configure organization secrets in our documentation