mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
improvements: address feedback
This commit is contained in:
@@ -43,7 +43,9 @@ description: "Learn how to configure an AWS Parameter Store Sync for Infisical."
|
|||||||
- **KMS Key**: The AWS KMS key ID or alias to encrypt parameters with.
|
- **KMS Key**: The AWS KMS key ID or alias to encrypt parameters with.
|
||||||
- **Tags**: Optional resource tags to add to parameters synced by Infisical.
|
- **Tags**: Optional resource tags to add to parameters synced by Infisical.
|
||||||
- **Sync Secret Metadata as Resource Tags**: If enabled, metadata attached to secrets will be added as resource tags to parameters synced by Infisical.
|
- **Sync Secret Metadata as Resource Tags**: If enabled, metadata attached to secrets will be added as resource tags to parameters synced by Infisical.
|
||||||
<Note>Manually configured tags from the **Tags** field will take precedence over secret metadata when tag keys conflict.</Note>
|
<Note>
|
||||||
|
Manually configured tags from the **Tags** field will take precedence over secret metadata when tag keys conflict.
|
||||||
|
</Note>
|
||||||
- **Auto-Sync Enabled**: If enabled, secrets will automatically be synced from the source location when changes occur. Disable to enforce manual syncing only.
|
- **Auto-Sync Enabled**: If enabled, secrets will automatically be synced from the source location when changes occur. Disable to enforce manual syncing only.
|
||||||
- **Disable Secret Deletion**: If enabled, Infisical will not remove secrets from the sync destination. Enable this option if you intend to manage some secrets manually outside of Infisical.
|
- **Disable Secret Deletion**: If enabled, Infisical will not remove secrets from the sync destination. Enable this option if you intend to manage some secrets manually outside of Infisical.
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,9 @@ description: "Learn how to configure an AWS Secrets Manager Sync for Infisical."
|
|||||||
- **KMS Key**: The AWS KMS key ID or alias to encrypt secrets with.
|
- **KMS Key**: The AWS KMS key ID or alias to encrypt secrets with.
|
||||||
- **Tags**: Optional tags to add to secrets synced by Infisical.
|
- **Tags**: Optional tags to add to secrets synced by Infisical.
|
||||||
- **Sync Secret Metadata as Tags**: If enabled, metadata attached to secrets will be added as tags to secrets synced by Infisical.
|
- **Sync Secret Metadata as Tags**: If enabled, metadata attached to secrets will be added as tags to secrets synced by Infisical.
|
||||||
<Note>Manually configured tags from the **Tags** field will take precedence over secret metadata when tag keys conflict.</Note>
|
<Note>
|
||||||
|
Manually configured tags from the **Tags** field will take precedence over secret metadata when tag keys conflict.
|
||||||
|
</Note>
|
||||||
- **Auto-Sync Enabled**: If enabled, secrets will automatically be synced from the source location when changes occur. Disable to enforce manual syncing only.
|
- **Auto-Sync Enabled**: If enabled, secrets will automatically be synced from the source location when changes occur. Disable to enforce manual syncing only.
|
||||||
- **Disable Secret Deletion**: If enabled, Infisical will not remove secrets from the sync destination. Enable this option if you intend to manage some secrets manually outside of Infisical.
|
- **Disable Secret Deletion**: If enabled, Infisical will not remove secrets from the sync destination. Enable this option if you intend to manage some secrets manually outside of Infisical.
|
||||||
|
|
||||||
|
|||||||
@@ -113,8 +113,8 @@ export const SecretSyncReviewFields = () => {
|
|||||||
<SecretSyncLabel label="Append Suffix">{appendSuffix}</SecretSyncLabel> */}
|
<SecretSyncLabel label="Append Suffix">{appendSuffix}</SecretSyncLabel> */}
|
||||||
{AdditionalSyncOptionsFieldsComponent}
|
{AdditionalSyncOptionsFieldsComponent}
|
||||||
{disableSecretDeletion && (
|
{disableSecretDeletion && (
|
||||||
<SecretSyncLabel label="Disable Secret Deletion">
|
<SecretSyncLabel label="Secret Deletion">
|
||||||
<Badge variant="success">Enabled</Badge>
|
<Badge variant="primary">Disabled</Badge>
|
||||||
</SecretSyncLabel>
|
</SecretSyncLabel>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -85,8 +85,8 @@ export const SecretSyncOptionsSection = ({ secretSync, onEditOptions }: Props) =
|
|||||||
<SecretSyncLabel label="Suffix">{appendSuffix}</SecretSyncLabel> */}
|
<SecretSyncLabel label="Suffix">{appendSuffix}</SecretSyncLabel> */}
|
||||||
{AdditionalSyncOptionsComponent}
|
{AdditionalSyncOptionsComponent}
|
||||||
{disableSecretDeletion && (
|
{disableSecretDeletion && (
|
||||||
<SecretSyncLabel label="Disable Secret Deletion">
|
<SecretSyncLabel label="Secret Deletion">
|
||||||
<Badge variant="success">Enabled</Badge>
|
<Badge variant="primary">Disabled</Badge>
|
||||||
</SecretSyncLabel>
|
</SecretSyncLabel>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user