Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docker/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ fi
echo "Checking PyRIT installation..."
python -c "import pyrit; print(f'Running PyRIT version: {pyrit.__version__}')"

# Write .env file from PYRIT_ENV_CONTENTS (injected as the Container App's
# inline `env-file` secret; previously a Key Vault secretRef, but ACA isn't on

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.

does this no longer apply, i.e., is ACA now on KV's trusted services list?

# Key Vault's "trusted services" list so SFI-locked-down KVs can't be read at
# runtime — see infra/main.bicep for details).
# Write .env from PYRIT_ENV_CONTENTS, which references the Container App's
# inline or Key Vault-backed `env-file` secret (see infra/main.bicep).
if [ -n "$PYRIT_ENV_CONTENTS" ]; then
mkdir -p ~/.pyrit
echo "$PYRIT_ENV_CONTENTS" > ~/.pyrit/.env
Expand Down
311 changes: 138 additions & 173 deletions gui-deploy.yml

Large diffs are not rendered by default.

321 changes: 118 additions & 203 deletions infra/DEPLOY_NEW_INSTANCE.md

Large diffs are not rendered by default.

605 changes: 338 additions & 267 deletions infra/README.md

Large diffs are not rendered by default.

Loading