Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Can you revert the non-revertible security properties by a clone?

Patrik Z
Giga Guru

Hi,

 

would be possible to revert the non-revertible security properties, e.g. glide.sandbox.usersession.allow_unsanitized_messages, when you clone over you environment? (Just an FYI Link to SN Docs)

 

Hypothetical scenario:

  • set up the property in DEV
  • find out it's not working for you
  • wait for a clone from Production where the property is not set up

 

What happens to it in DEV? Is not going to be reverted or not?

1 ACCEPTED SOLUTION

Daniel Borkowi1
Mega Sage

Hi @Patrik Z, yes, as clone will overwrite all your configuration, your scenario should work.

 

Greets
Daniel

Please mark reply as Helpful/Correct, if applicable. Thanks! 

View solution in original post

3 REPLIES 3

Daniel Borkowi1
Mega Sage

Hi @Patrik Z, yes, as clone will overwrite all your configuration, your scenario should work.

 

Greets
Daniel

Please mark reply as Helpful/Correct, if applicable. Thanks! 

Hello @Daniel Borkowi1, thank you very much. Just out of curiosity, do you know if the property I mentioned has any impact on Production environment? I would assume it doesn't as it is for a sandbox user in a sandbox user session but I don't know for sure.

Hi @Patrik Z, we will also set this property to false, because independent which user type can do this, me as the architect I don't want any user to use this.  With having this property not set to false, 

all users are allowed to call this method via script - as it's mentioned in the doc.

 

Greets
Daniel

Please mark reply as Helpful/Correct, if applicable. Thanks!