Changes for page SMB - Dynamically Manipulate Settings
Last modified by Erik Bakker on 2024/09/03 09:17
From version 5.1
edited by eMagiz
on 2022/05/05 16:38
on 2022/05/05 16:38
Change comment:
There is no comment for this version
To version 26.1
edited by Erik Bakker
on 2024/07/01 13:08
on 2024/07/01 13:08
Change comment:
There is no comment for this version
Summary
-
Page properties (5 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,0 +1,1 @@ 1 +SMB - Dynamically Manipulate Settings - Parent
-
... ... @@ -1,0 +1,1 @@ 1 +Main.eMagiz Academy.Microlearnings.Advanced Level.File based connectivity.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. marijn1 +XWiki.ebakker - Default language
-
... ... @@ -1,0 +1,1 @@ 1 +en - Content
-
... ... @@ -1,71 +1,86 @@ 1 -{{html wiki="true"}} 2 -<div class="ez-academy"> 3 - <div class="ez-academy_body"> 1 +{{container}}{{container layoutStyle="columns"}}((( 2 +In a previous [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.File based connectivity.intermediate-file-based-connectivity-smb-connectivity.WebHome||target="blank"]] on this subject, we discussed how to configure the various variants of SMB connectivity. We already mentioned that more dynamic options, such as automatically creating a "multi-level" directory (i.e.,/root/sub), are complex to configure and require a different approach. 3 + 4 +In this microlearning, we will examine how to manipulate all settings on the SMB Session Factory to create dynamic values that are injected into the component when a message is processed by the flow. 4 4 5 - <divclass="doc">6 +If you have any questions, don't hesitate to contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 6 6 8 +== 1. Prerequisites == 7 7 10 +* Advanced knowledge of the eMagiz platform 8 8 9 -= ErrorHandlingconcerningGDPR=12 +== 2. Key concepts == 10 10 11 - In eMagiz, all errors are raised when a process fails,and you want to have some formofloggingend up in the Manage phase of eMagiz. The Managephase of eMagiz is primarily accessible to support employees, employees working ontheproject, and insomecases, even more, people have at least view rights. Youcanimagine that whenmany people have access to potentiallysensitive data, you should consider countermeasures. This way, you canreduce the chancesof sensitive data endingup in the wrong hands.Some of the potentialcountermeasures are available within theplatform.Someof them are procedural in nature. In thismicrolearning,we will learn what youcan dotokeep yourdata safe within eMagiz.14 +This microlearning centers around dynamically manipulating settings on the SMB Session Factory. 12 12 13 - Shouldyouhaveany questions,don'thesitatetogetintouchwithcademy@emagiz.com.16 +* This option is the correct approach when you need to create a directory dynamically or have multiple hosts that host file shares. 14 14 15 -* Last update: November 15th, 2021 16 -* Required reading time: 5 minutes 18 +== 3. Dynamically manipulate SMB Session Settings == 17 17 18 - ==1.Prerequisites ==20 +In a previous [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.File based connectivity.intermediate-file-based-connectivity-smb-connectivity.WebHome||target="blank"]] we learned that we need an SMB Session Factory to set up the initial connection to the SMB drive. In this component, five main settings are relevant. 19 19 20 -* Advanced knowledge of the eMagiz platform 22 +* Host 23 +* Port 24 +* Username 25 +* Password 26 +* Share and directory 21 21 22 -== 2. Key concepts == 28 +In theory, each of these settings can be overwritten every time a message is consumed and processed by the flow. In practice, we see two main use cases that are relevant to mention in this microlearning as we see them currently being applied in our community. 29 + 30 +=== 3.1 Dynamic Host === 23 23 24 -This microlearning centers around error handling concerning GDPR 25 -With GDPR, we mean The law on General Data Protection Regulation. 32 +Suppose you have a multitude of SMB directories (i.e., shares) span across many different host servers. In that case, you need a solution to manipulate pre-existing information on the SMB session factory dynamically. In other words, you need to be able to override the default host configuration in the component with one that is determined based on information in the headers or message. 26 26 27 -* The GDPR is a European privacy regulation. It ensures the careful processing of personal data by businesses and organizations. 28 -* eMagiz has various security measures in place to keep your data safe 29 -* You also have a responsibility as a user how you use the data of the customer 34 +To do so, we need to add a component to the flow that will override the host setting. This component is called the "Standard service activator." 30 30 36 +[[image:Main.Images.Microlearning.WebHome@advanced-file-connectivity-dynamically-manipulate-smb-settings--standard-service-activator.png]] 31 31 38 +Here, we must define an expression to set the host based on a supplied value. Important in this expression is that we correctly reference the complete name of the SMB Session Factory support object in the flow and that once the host is set, the actual message is passed along. An example of such an expression is: 39 + 40 +{{code}}@'smb.gtwydynm.exit.support.smb-session'.setHost(headers.server) ?: #root{{/code}} 41 + 42 +This expression will set the host based on the value in the header called "server" and, once done, will pass the full message to the output channel. 32 32 33 - == 3.ErrorgardingGDPR ==44 +[[image:Main.Images.Microlearning.WebHome@advanced-file-connectivity-dynamically-manipulate-smb-settings--standard-service-activator-filled-in.png]] 34 34 35 - IneMagiz, all errors are raised when a process fails, and you want to have some form of logging end up in the Manage phase of eMagiz.The Manage phase of eMagiz is primarilyaccessible to support employees, employees working on the project,and in some cases, even more, people have at least view rights. Youcanimagine that when many people have access to potentially sensitive data, you should considercountermeasures.This way, you canreducethe chances of sensitive data ending up in the wrong hands. Someof the potentialcountermeasures are available within the platform. Some of them are procedural in nature. In this microlearning, we will learn whatyoucan do to keep your data safe within eMagiz.46 +=== 3.2 Dynamic Share and Directory === 36 36 37 -In eMagiz, we value the security of your data. A detailed overview of how your data is secured within the platform and when data is exchanged can be found in our [Security Guide](../howto/security-guide.md). One of the additional measures you could take on our data models is to indicate whether the information stored in those attributes is confidential. More information on how that works exactly can be found in this [microlearning](intermediate-defining-your-message-structures-data-model-attribute-confidentiality.md). 48 +If you have a "multi-level" path that eMagiz needs to create automatically, you must dynamically set the Share and Directory settings on the SMB Session Factory support object. 49 + 50 +To do so, we need to add a component to the flow that will override the host setting. This component is called the "Standard service activator." 38 38 39 - Building on that, wehaveatorecomponentavailableinthestore with whichyou canreplacethevaluesin theseattributes (incase the original payload isXML) with \*\*\*. The error message is still shown foranRCA to be performed, but thesensitivedatais notaccessibletothe user.52 +[[image:Main.Images.Microlearning.WebHome@advanced-file-connectivity-dynamically-manipulate-smb-settings--standard-service-activator.png]] 40 40 41 -<p align="center">[[image:advanced-understanding-error-handling-in-emagiz--store-component-gdpr-error-handling.png||]]</p> 54 +Here, we must define an expression to set the host based on a supplied value. Important in this expression is that we correctly reference the complete name of the SMB Session Factory support object in the flow and that once the host is set, the actual message is passed along. An example of such an expression is: 55 + 56 +{{code}}@'smb.gtwydynm.exit.support.smb-session'.setShareAndDir(headers.share) ?: #root{{/code}} 57 + 58 +This expression will set the host based on the value in the header called "server" and, once done, will pass the full message to the output channel. 42 42 43 - In terms of process, you should know which datais sensitive in termsof GDPRand **not** storethat informationinxternal tools suchas Postmanand SOAP UI. Furthermore, it wouldbe besto consider how you want toshapethe notifications to preventsensitive information from being willinglydistributed to the eMail boxes ofrecipients.60 +[[image:Main.Images.Microlearning.WebHome@advanced-file-connectivity-dynamically-manipulate-smb-settings--standard-service-activator-filled-in-share-and-dir.png]] 44 44 45 - =====Practice=====62 +{{warning}}Note that you can combine multiple dynamic settings into one expression to keep the number of components efficient. In that case the code will look something as follows {{code}}@'smb.gtwydynm.exit.support.smb-session'.setShareAndDir(headers.share) ?: @'smb.gtwydynm.exit.support.smb-session'.setHost(headers.server) ?: #root{{/code}}{{/warning}} 46 46 47 -== 4. Assignment ==64 +=== 3.3 Additional Dynamic Options === 48 48 49 - Identifywhichattributes,if any,are sensitive innaturewithin your (Academy)project.Thisassignmentcan be completed withinthe(Academy)projectyoucreated/usedintheprevious assignment.66 +Although we don't think these options will be used much we define them here for the sake of completeness and give you examples on how to make these additional values dynamically. 50 50 51 -== 5.Keytakeaways==68 +==== 3.3.1 Port ==== 52 52 53 -* The GDPR is a European privacy regulation. It ensures the careful processing of personal data by businesses and organizations. 54 -* eMagiz has various security measures in place to keep your data safe 55 -* You also have a responsibility as a user how you use the data of the customer 70 +{{code}}@'smb.gtwydynm.exit.support.smb-session'.setPort(headers.port) ?: #root{{/code}} 56 56 72 +==== 3.3.2 Username ==== 57 57 74 +{{code}}@'smb.gtwydynm.exit.support.smb-session'.setUsername(headers.username) ?: #root{{/code}} 58 58 59 -== 6.Suggested Additional Readings==76 +==== 3.3.3 Password ==== 60 60 61 - There are nouggested additionalreadingsnthistopic.78 +{{code}}@'smb.gtwydynm.exit.support.smb-session'.setPassword(headers.password) ?: #root{{/code}} 62 62 63 -== 7.Silentdemonstration video==80 +== 4. Key takeaways == 64 64 65 - Asthis isamorereticalmicrolearning,wehaveno videoforthis.82 +* This option is the correct approach when you need to create a directory dynamically or have multiple hosts that host file shares. 66 66 67 -</div> 68 -</div> 69 -</div> 84 +== 5. Suggested Additional Readings == 70 70 71 -{{/ html}}86 +There are no suggested additional readings on this topic.)))((({{toc/}}))){{/container}}{{/container}}
- advanced-understanding-error-handling-in-emagiz--store-component-gdpr-error-handling.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.marijn - Size
-
... ... @@ -1,1 +1,0 @@ 1 -3.9 KB - Content