Skip to main content
Question

Running Sample Video Skill

  • May 22, 2025
  • 2 replies
  • 10 views

Forum|alt.badge.img

Hello, we are trying to run the sample video skill at https://github.com/box-community/sample-video-skills/tree/master/microsoft-azure-faces-transcript-topics-detection

We have created all the accounts (AWS, Azure, Box) and set the values for the properties in serverless.yml. The only property we are not sure is SYMMETRIC_ENCRYPTION_KEY. What is this key for and where can we create/find it?

Thanks!

 

2 replies

Forum|alt.badge.img

Hi ,

 

I was able to track down where this was used on the Microsoft job creation side, here are the specific docs. From what I can see here this is a custom symmetric key that you create and specify yourself to encrypt the data setter and getter for the job (this is on the MS side). 

 

With that said, what I would try to do is create your own symmetric key (here's some info on doing that) and supply that as the value in the .yml file to see if it works. 

 

Hope that helps,

Jon


Forum|alt.badge.img

I'll check out the documentation. Thank you very much!