Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions integrations/doppler.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ For more on syncing, see [Environment groups](/applications/configure/environmen
Doppler environment groups are **read-only** in Porter. Values are fetched from Doppler and cannot be edited from the Porter dashboard. To change a secret's value, update it in Doppler — the change will propagate to your cluster automatically.
</Info>

## Viewing version history

Each time Porter detects a change in the underlying Doppler config, it records a new version of the environment group. To inspect or compare past versions:

1. Open the Doppler environment group in Porter.
2. Switch to the **Versions** tab.
3. Click **View variables** on a row to see the variables for that version, or **View secrets** to reveal the secret values that were synced at the time.

Versions are read-only — you cannot revert from Porter, since the source of truth lives in Doppler. To roll back, restore the desired values in Doppler and the change will sync through on the next reconcile.

## Rotating the service token

If you regenerate a service token in Doppler, update Porter so it can keep syncing:
Expand Down
10 changes: 10 additions & 0 deletions integrations/infisical.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ For more on syncing, see [Environment groups](/applications/configure/environmen
Infisical environment groups are **read-only** in Porter. Values are fetched from Infisical and cannot be edited from the Porter dashboard. To change a secret's value, update it in Infisical — the change will propagate to your cluster automatically.
</Info>

## Viewing version history

Each time Porter detects a change in the underlying Infisical environment, it records a new version of the environment group. To inspect or compare past versions:

1. Open the Infisical environment group in Porter.
2. Switch to the **Versions** tab.
3. Click **View variables** on a row to see the variables for that version, or **View secrets** to reveal the secret values that were synced at the time.

Versions are read-only — you cannot revert from Porter, since the source of truth lives in Infisical. To roll back, restore the desired values in Infisical and the change will sync through on the next reconcile.

## Deleting an Infisical environment group

To stop syncing an Infisical environment:
Expand Down