Skip to content

Commit 089b325

Browse files
authored
Revert "CCM-13280: Add missing authorization header (#273)" (#276)
This reverts commit 0e41aa2.
1 parent 0e41aa2 commit 089b325

17 files changed

+7
-71
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ publish-oas:
4545
$(MAKE) copy-examples
4646
npm run publish-oas
4747

48-
set-authorization: guard-APIM_ENV
49-
@ AUTHORIZATION=authorization-$$APIM_ENV.yml \
50-
envsubst '$${AUTHORIZATION}' \
51-
< specification/api/components/parameters/authorization/authorization-template.yml > specification/api/components/parameters/authorization/authorization.yml
52-
5348
set-target: guard-APIM_ENV
5449
@ TARGET=target-$$APIM_ENV.yml \
5550
envsubst '$${TARGET}' \
@@ -69,7 +64,6 @@ set-security: guard-APIM_ENV
6964
< specification/api/components/security-schemes/security-schemes-template.yml > specification/api/components/security-schemes/security-schemes.yml
7065

7166
construct-spec: guard-APIM_ENV
72-
$(MAKE) set-authorization APIM_ENV=$$APIM_ENV
7367
$(MAKE) set-target APIM_ENV=$$APIM_ENV
7468
$(MAKE) set-access APIM_ENV=$$APIM_ENV
7569
$(MAKE) set-security APIM_ENV=$$APIM_ENV

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1-${yyyy}${mm}${dd}.${HH}${MM}${SS}+${hash}
1+
1.0.0-${yyyy}${mm}${dd}.${HH}${MM}${SS}+${hash}

sdk/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ VERSION ?= ""
33
SHELL = /bin/bash
44

55
build: version # Build the project artefact @Pipeline
6-
VER=$$(cat .version) && cd .. && make build-yml-oas-spec APIM_ENV=prod && npm run generate --buildver=$$VER && cd sdk
6+
VER=$$(cat .version) && cd .. && npm run build --buildver=$$VER && cd sdk
77
./swagger-static.sh
88

99
clean: # Clean-up project resources (main) @Operations

sdk/_config.version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.0.1-20251125.131623+3d60875
1+
version: 0.2.0-20251120.121539+0c18993

specification/api/components/parameters/authorization/authorization-int.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

specification/api/components/parameters/authorization/authorization-internal-dev-pr.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

specification/api/components/parameters/authorization/authorization-internal-dev.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

specification/api/components/parameters/authorization/authorization-prod.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

specification/api/components/parameters/authorization/authorization-ref.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

specification/api/components/parameters/authorization/authorization-sandbox.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)