Skip to content

Commit

Permalink
Integration test stability improvements (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstairs authored Oct 17, 2023
1 parent 66557d0 commit 0944f81
Show file tree
Hide file tree
Showing 10 changed files with 140 additions and 120 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ set-localsettings:
"auth": {
"enabled": "${SECURITY_ENABLED}",
"authority":"https://login.microsoftonline.com/$$(echo '${ENVIRONMENT_CONFIG_JSON}' | jq -r '.api.auth.tenantId')",
"audience":"$$(echo '${ENVIRONMENT_CONFIG_JSON}' | jq -r '.api.auth.apiAppUri')"
"audience":"$$(echo '${ENVIRONMENT_CONFIG_JSON}' | jq -r '.api.auth.apiAppUri')",
"cliAppUri": "$$(echo '${ENVIRONMENT_CONFIG_JSON}' | jq -r '.api.auth.cliAppUri')"
},
"kubernetes": {
"kubeconfigPath": "$${HOME}/.kube/config",
Expand Down
Loading

0 comments on commit 0944f81

Please sign in to comment.