Skip to content

Secure Recorded Future sandbox API key handling - #14905

Open
idoshabi07 wants to merge 1 commit into
Azure:masterfrom
idoshabi07:ai-scan/recorded-future-secret
Open

Secure Recorded Future sandbox API key handling#14905
idoshabi07 wants to merge 1 commit into
Azure:masterfrom
idoshabi07:ai-scan/recorded-future-secret

Conversation

@idoshabi07

Copy link
Copy Markdown
Contributor

Summary

Uses secure-string parameters for the optional Enterprise Sandbox API key and masks connector action inputs and outputs.

AI scan items

Validation

ARM template JSON parsing passed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: ccff4d4a-3094-4de9-a5c0-d00c63d96a37
@idoshabi07
idoshabi07 requested review from a team as code owners August 13, 2026 12:11
@v-maheshbh v-maheshbh (v-maheshbh) added the Playbook Playbook specialty review needed label Aug 13, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Secures the Recorded Future sandbox playbook deployment by treating the optional Enterprise Sandbox API key as a secret and masking action run history data to reduce exposure of sensitive inputs/outputs.

Changes:

  • Updated ARM template parameter for Enterprise Sandbox API key to use a secure string type.
  • Added runtimeConfiguration.secureData masking for inputs/outputs on select connector actions.
  • Updated playbook parameter typing for the key within the workflow definition.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

"description": "Optional token for the Enterprise Sandbox API. Only provide if you are using the Enterprise Sandbox. Retrieve from [Recorded Future Portal](https://sandbox.recordedfuture.com/account)"
},
"type": "string"
"type": "securestring"
"Enterprise Sandbox API Key": {
"defaultValue": "[parameters('Enterprise Sandbox API Key')]",
"type": "string"
"type": "SecureString"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Playbook Playbook specialty review needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants