Skip to content

Commit f515753

Browse files
committed
Merge branch 'main' into feature/CCM-12185-addGetMiEndpoint
2 parents f8a00d6 + 7d7fdd2 commit f515753

6 files changed

Lines changed: 5 additions & 19 deletions

File tree

.github/actions/build-proxies/action.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,6 @@ runs:
7272
echo "TARGET_DOMAIN=suppliers.dev.nhsnotify.national.nhs.uk" >> $GITHUB_ENV
7373
fi
7474
75-
if [ -z $PR_NUMBER ]
76-
then
77-
echo "INSTANCE=$PROXYGEN_API_NAME" >> $GITHUB_ENV
78-
echo "TARGET=https://main.$TARGET_DOMAIN" >> $GITHUB_ENV
79-
echo "SANDBOX_TAG=latest" >> $GITHUB_ENV
80-
echo "MTLS_NAME=notify-supplier-mtls" >> $GITHUB_ENV
81-
else
82-
echo "TARGET=https://pr$PR_NUMBER.$TARGET_DOMAIN" >> $GITHUB_ENV
83-
echo "INSTANCE=$PROXYGEN_API_NAME-PR-$PR_NUMBER" >> $GITHUB_ENV
84-
echo "SANDBOX_TAG=pr$PR_NUMBER" >> $GITHUB_ENV
85-
echo "MTLS_NAME=notify-supplier-mtls-pr$PR_NUMBER" >> $GITHUB_ENV
86-
fi
87-
8875
- name: Set APIM_ENV
8976
shell: bash
9077
run: |

.github/actions/test-types.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[
22
"component",
3-
"e2e",
4-
"sandbox"
3+
"e2e"
54
]

specification/api/components/environments/int/target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ healthcheck: /_status
33
url: https://main.suppliers.nonprod.nhsnotify.national.nhs.uk
44
security:
55
type: mtls
6-
secret: notify-supplier-mtls-int
6+
secret: nhs-notify-supplier-mtls-int

specification/api/components/environments/internal-dev-pr/target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ healthcheck: /_status
33
url: https://suppliers.dev.nhsnotify.national.nhs.uk
44
security:
55
type: mtls
6-
secret: nhs-notify-supplier-mtls
6+
secret: nhs-notify-supplier-mtls-internal-dev-prNNN # Will be dynamically set via the proxy-deploy workflow in the internal repo

specification/api/components/environments/internal-dev/target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ healthcheck: /_status
33
url: https://suppliers.dev.nhsnotify.national.nhs.uk
44
security:
55
type: mtls
6-
secret: nhs-notify-supplier-mtls
6+
secret: nhs-notify-supplier-mtls-internal-dev

specification/api/components/environments/ref/target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ healthcheck: /_status
33
url: https://main.suppliers.nonprod.nhsnotify.national.nhs.uk
44
security:
55
type: mtls
6-
secret: notify-supplier-mtls-ref
6+
secret: nhs-notify-supplier-mtls-ref

0 commit comments

Comments
 (0)