Nebula logger and gov cloud #399
Answered
by
jongpie
gayatrigoda
asked this question in
Q&A
-
I wanted to check - is the logger package 'gov cloud friendly'? |
Beta Was this translation helpful? Give feedback.
Answered by
jongpie
Oct 27, 2022
Replies: 2 comments 3 replies
-
Hi @gayatrigoda - I believe the answer is yes, depending on your specific requirements. I've previously implemented it myself on some gov cloud projects a few years ago when I was working as a consultant, and I know of a few other gov cloud projects that have also implemented it over the last year or two.
Hope this helps, but please let me know if you have further questions! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gayatrigoda
-
Thank you for your prompt reply - this is very useful information,
especially about the missing event encryption piece. I will run it by our
gov cloud team.
We have very recently used the nebula logger in our regular salesforce
instance - and added a bit of a twist to it.
We are using metadata to group "features" and turning them off / on to
control logging.
So as an example - the UX team needs to do some research on a
certain feature (some components, pages, flows) for a few months then turn
it off - we are able to do that "remotely" without redeploying code.
I will definitely reach out to you in case of any further questions - thank
you again.
Regards,
Gayatri
…On Thu, Oct 27, 2022 at 7:48 AM Jonathan Gillespie ***@***.***> wrote:
Hi @gayatrigoda <https://github.com/gayatrigoda> - I believe the answer
is yes, depending on your specific requirements. I've previously
implemented it myself on some gov cloud projects a few years ago when I was
working as a consultant.
- From a technical perspective, Nebula Logger should work in
enterprise & unlimited editions of Salesforce
- Nebula Logger is built 100% natively in Salesforce, so all of the
code runs within your Gov Cloud instance
- The data sharing model is private by default - users have to be
granted access to logging data via permission sets before they can see any
of the data
- Depending on your project's compliance requirements, you may want to
take some additional steps in your org. For example, Nebula leverages
platform events, which are not encrypted by default when stored in the
event bus. If this particular item is a concern for you, you can use Salesforce
Shield to encrypt platform events
<https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_encryption.htm>
- there may be other similar types of security aspects specific to your
project that you may need consider, but offhand, this is the only one that
comes to mind.
Hope this helps, but please let me know if you have further questions!
—
Reply to this email directly, view it on GitHub
<#399 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANJMULLO5DEG7PJLUZ2QOQDWFKI4TANCNFSM6AAAAAARPRDSEM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @gayatrigoda - I believe the answer is yes, depending on your specific requirements. I've previously implemented it myself on some gov cloud projects a few years ago when I was working as a consultant, and I know of a few other gov cloud projects that have also implemented it over the last year or two.
private
by default - users have to be granted access to logging data via permission sets before they can see any of the data