question

Nathanael-6682 avatar image
0 Votes"
Nathanael-6682 asked GiftA-MSFT edited

Hiding secrets in raw JSON [AML]

On AML in the RUN View you can see firstly the command which was run on AML and the "Raw JSON" which displays the whole runDefinition and more.
We want to do something as described here https://docs.microsoft.com/en-us/azure/machine-learning/how-to-github-actions-machine-learning?McasTsid=28375 but without waiting for the results. This means that the RUN has to have credentials to push the trained model to some location.

This is an issue as we currently can not restrict access or mask secrets in the "Raw JSON". The command section in the Run view contains the same issue as this section can contain secrets too.

We use https://docs.microsoft.com/en-us/cli/azure/ml/job?view=azure-cli-latest to create a Run, but the issue would be the same if any other method would be used to trigger a Run.

azure-machine-learning
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi, from my understanding, you are trying to run an experiment, but the run details includes credentials that you want to mask. If so, can you please clarify what you mean by "RUN View", "The command section in the Run view", and where to locate the Raw JSON file that contains your credentials? Are you pulling this information from AML portal? Steps to reproduce this issue and a little more clarification of the issue would be helpful. Thanks.


0 Votes 0 ·

0 Answers