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

Add singleValueMapping option #115

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Conversation

plumdog
Copy link
Contributor

@plumdog plumdog commented Nov 14, 2023

To allow, eg:

# secrets.yaml, a sops encrypted file with plaintext contents
a:
  b: 'c'
new SopsSecretsManager(this, 'MyApiKey', {
    path: './secrets.yaml',
    secret: mySecret,
    singleValueMapping: {
        path: ['a', 'b'],
    },
});

would result in mySecret having contents c.

@plumdog plumdog merged commit 36a0a0d into main Nov 14, 2023
1 check passed
@plumdog plumdog deleted the add-single-value-mapping-option branch November 14, 2023 13:34
Copy link

sonarcloud bot commented Nov 14, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
34.8% 34.8% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

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.

1 participant