Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add new secret variable type #1358

Merged

Conversation

Pranav2612000
Copy link
Collaborator

No description provided.

SAFE_CONTEXT_VARIABLES = ['_variables', 'environment', 'globals', 'collectionVariables', 'cookies', 'data',
'request', 'response'],
SAFE_CONTEXT_VARIABLES =
['_variables', 'environment', 'globals', 'secrets', 'collectionVariables', 'cookies', 'data',
Copy link

@theonly1me theonly1me Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pranav2612000 let's call them vaultVariables similar to collectionVariables. Calling them secrets adds ambiguity because of the secret type that exists. Also, everywhere else within these files.

@Pranav2612000 Pranav2612000 force-pushed the feat/add-secret-variable-type branch from da6b1fa to b80150c Compare November 30, 2023 10:53
@Pranav2612000 Pranav2612000 force-pushed the feat/add-secret-variable-type branch 4 times, most recently from 0b9ce8e to 30dc1e9 Compare December 19, 2023 12:39
@codenirvana codenirvana force-pushed the feat/add-secret-variable-type branch from 30dc1e9 to 6cdbc3b Compare December 20, 2023 06:30
@Pranav2612000 Pranav2612000 force-pushed the feat/add-secret-variable-type branch 3 times, most recently from 0008aff to 84a34ec Compare December 20, 2023 06:57
@Pranav2612000 Pranav2612000 force-pushed the feat/add-secret-variable-type branch from 84a34ec to 4273ebc Compare December 20, 2023 07:18
@codenirvana codenirvana merged commit db5784a into postmanlabs:develop Dec 20, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants