Twitter Spoke failes to post tweet from the instanceIssue When trying to post a tweet on Twitter using the spoke, this fails with the error below from the flow log, and with "Access Denied to cryptographic module 'sn_twitter_spoke.glide_encrypter'": GlideElementPassword2 couldn't encrypt the column: consumer_secret from table: sn_twitter_spoke_twitter_credentials: java.lang.Exception: Action abort: Password value is too long and could be truncated after encryption. Please either reduce password length or increase field size.: com.glide.script.glide_elements.GlideElementPassword2.setDisplayValue(GlideElementPassword2.java:80)ReleaseRome, San Diego.CauseThe issue occurs if the Module access policy for "AutoGen-sn_twitter_spoke.glide_encrypter" is set to strict reject.Resolution1- Navigate to Key Management -> Module Access policies -> All. 2-Search for Policy name "AutoGen-sn_twitter_spoke.glide_encrypter". 3- Change your application scope from global to Twitter Spoke scope. 4- Change the Result field value from Strict reject to Track. 5- Once saved, re-enter all the details in the Twitter Spoke credentials record.