Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Prompt the user if copied secret is the same as the origin #7

@zeapo

Description

@zeapo

barberousse/src/copy.rs

Lines 66 to 76 in c5d3bbd

// TODO prompt the user that the secrets are the same and that it's not a good pratice
// if the content was modified correctly
self.client
.create_secret(CreateSecretRequest {
name: target_id,
secret_string: Some(edited_content),
client_request_token: Some(Uuid::new_v4().to_string()),
..CreateSecretRequest::default()
})
.await?;

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions