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

Maintain comments from inside the decrypted yaml #25

Open
marcqualie opened this issue Oct 1, 2020 · 0 comments
Open

Maintain comments from inside the decrypted yaml #25

marcqualie opened this issue Oct 1, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@marcqualie
Copy link
Collaborator

Currently, all commants are stripped and the keys are condensed. This doesn't affect the diffs, but it removes some context that may be present for explaining why certain keys exist, or what they're used for.

e.g.

# Payments
stripe:
  publishable_key: pk_123
  secret_key: sk_123 # do not share this
client: diffcrypt-0.3.3
cipher: aes-256-gcm
data:
  # Payments
  stripe:
    publishable_key: xxx-xxx-xxx
    secret_key: xxx-xxx-xxx # do not share this
@marcqualie marcqualie added the enhancement New feature or request label Oct 1, 2020
@marcqualie marcqualie self-assigned this Oct 1, 2020
@marcqualie marcqualie added this to the v1.0.0 milestone Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant