Skip to content

Commit

Permalink
Pre-start jwt issuer to prevent races
Browse files Browse the repository at this point in the history
  • Loading branch information
DomAyre committed Nov 25, 2024
1 parent be39f70 commit 2157fbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ccf/az-cleanroom-aci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ az-cleanroom-aci-setup() {
--source https://cleanroomazcli.blob.core.windows.net/azcli/cleanroom-0.0.7-py2.py3-none-any.whl

az cleanroom ccf provider deploy --name ccf-provider
make jwt-issuer-up
}

if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
Expand Down

0 comments on commit 2157fbc

Please sign in to comment.