I have a code repository that makes external REST API calls. I’d like for the API calls to be dependent on user input which requires the code repo to have an export control, as outlined here, since the transform is now using an input and external systems.
My problem is that I don’t have the necessary permissions to modify my code repo settings to enable dataset inputs, a defined in the linked API docs.
Any help or recommendations for a workaround are welcome!
Is there someone who has the Information Security Officer permissions able to set up the repository to allow input datasets to external transforms per the docs?
I’m not necessarily sure how to check if I have the ISO role assigned to me, even after consulting the docs. I have a new dev account in which I am the only member of my own ‘organization’.
I’m able to check the ‘Allow use of Foundry inputs with external systems in this repository’ box, but I see no results under ‘Markings’. After combing through the docs, I’m also not sure how to go about creating markings and applying them to my input dataset.
Came across similar authorization issues in other parts of my workflow. Assuming this is a Foundry organization you have made for the Winter Fellowship, you should be able to change permissions yourself if you dive into settings.
Ok, I’m now getting a new error after confirming that I have the necessary permissions and ISO role. Upon attempting to run my code repo I get a ‘permission denied’ error. I think this is due to the fact that I have not created and applied any markings to the input dataset that is trying to send data to external systems via a REST API call.
I found some relevant docs that cover creating a marker, but I’m not sure how to access the corresponding page on Foundry to do so. Anyone know where to find the ‘manage markings’ page?
Not sure which settings page you’re referring to, any additional details would be appreciated! I found an Rid that I thought might solve the issue by going to:
Control Panel → Enrollment details → Show details → Rid
However, I still get the same permission denied error when passing in said Rid to ExportControl()
Also when I ask AIP Assist where to find org Rids, it tells me that orgs don’t have Rids associated with them; not sure If that’s a hallucination or not.
Thank you! I was struggling to find the ‘organizations’ page, and the organizations ‘Marking ID’ was indeed that parameter that had to be passed into the ExportControl() function.