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

Accept Sensitive for CID #79

Merged
merged 3 commits into from
Aug 30, 2023

Conversation

cocker-cc
Copy link
Contributor

We pull the Value for CID from our Secret-Vault, as we consider CID as worthy of Protection. Our Secret-Vault yields Sensitive[String]. In my Opinion Writers of Profile-Modules should not be bothered with handling Values of Type Sensitive. Passing them over to the Component-Modules, (like “falcon”) should “just work”.

  • let init.pp accept CID of Datatype Sensitive[String]
  • do the Unwrap at the latest possible Location

We pull the Value for CID from our Secret-Vault, as we consider CID as
worthy of Protection.  Our Secret-Vault yields Sensitive[String].  In my
Opinion Writers of Profile-Modules should not be bothered with handling
Values of Type Sensitive.  Passing them over to the Component-Modules,
(like “falcon”) should “just work”.

- let init.pp accept CID of Datatype Sensitive[String]
- do the Unwrap at the latest possible Location
@ffalor
Copy link
Contributor

ffalor commented Aug 28, 2023

@cocker-cc sorry for the delay - I will review this soon. Thanks for your patience and contribution!

@ffalor ffalor added the ok-to-test Run PR Acceptance tests label Aug 29, 2023
@ffalor ffalor added ok-to-test Run PR Acceptance tests and removed ok-to-test Run PR Acceptance tests labels Aug 30, 2023
@ffalor ffalor merged commit 137365d into CrowdStrike:main Aug 30, 2023
20 checks passed
@ffalor ffalor added the enhancement New feature or request label Aug 30, 2023
@ffalor
Copy link
Contributor

ffalor commented Aug 30, 2023

@cocker-cc thanks for your PR v0.8.0 has been released with this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ok-to-test Run PR Acceptance tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants