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

Fix decrypting pack config keys under additionalProperties #5224

Conversation

copart-jafloyd
Copy link

The pack config loader uses "secret: true" in a schema to trigger decrypting a key from the datastore. However, it does not look at the schema under additionalProperties, so those properties can't use encrypted keys.

This issue was first documented in StackStorm-Exchange/stackstorm-jira#19 (comment)

This PR fixes that so that the pack config loader handles additionalProperties when defined.

@pull-request-size pull-request-size bot added the size/S PR that changes 10-29 lines. Very easy to review. label Apr 8, 2021
@CLAassistant
Copy link

CLAassistant commented Apr 8, 2021

CLA assistant check
All committers have signed the CLA.

@copart-jafloyd copart-jafloyd force-pushed the pack-config-additionalproperties branch from a5fc47a to 09b104b Compare April 8, 2021 18:13
@cognifloyd cognifloyd closed this Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S PR that changes 10-29 lines. Very easy to review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants