Skip to content

Commit

Permalink
Merge pull request #1721 from mohanachandran-s/release-1.3.1
Browse files Browse the repository at this point in the history
MOSIP-39171 - removed auth demo service code for releasing apitest commons
  • Loading branch information
mohanachandran-s authored Jan 23, 2025
2 parents 020ebf9 + fd0861e commit 6497bc1
Show file tree
Hide file tree
Showing 65 changed files with 2 additions and 8,411 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/apitest-push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,33 +56,6 @@ jobs:
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21
with:
SERVICE_LOCATION: ./apitest-commons
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
ORG_KEY: ${{ secrets.ORG_KEY }}
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

build-maven-authentication-demo-service:
uses: mosip/kattu/.github/workflows/maven-build.yml@master-java21
with:
SERVICE_LOCATION: ./authentication-demo-service
BUILD_ARTIFACT: authentication-demo-service
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

sonar_analysis-authentication-demo-service:
needs: build-maven-authentication-demo-service
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21
with:
SERVICE_LOCATION: ./authentication-demo-service
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
ORG_KEY: ${{ secrets.ORG_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To use this repository, ensure you have:
<dependency>
<groupId>io.mosip.testrig.apirig.apitest.commons</groupId>
<artifactId>apitest-commons</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>

---
Expand Down
2 changes: 1 addition & 1 deletion apitest-commons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Ensure the following software is installed on the machine from where the automat
<dependency>
<groupId>io.mosip.testrig.apirig.apitest.commons</groupId>
<artifactId>apitest-commons</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3343,10 +3343,6 @@ public String inputJsonKeyWordHandeler(String jsonString, String testCaseName) {
jsonString = replaceKeywordWithValue(jsonString, "$VCICONTEXTURL$",
properties.getProperty("vciContextURL"));
}
if (jsonString.contains("$IDPREDIRECTURI$")) {
jsonString = replaceKeywordWithValue(jsonString, "$IDPREDIRECTURI$",
ApplnURI.replace(GlobalConstants.API_INTERNAL, "healthservices") + "/userprofile");
}

if (jsonString.contains("$NAMEFORUPDATEUIN$")) {
String name = getValueFromAuthActuator("json-property", "name");
Expand Down
4 changes: 0 additions & 4 deletions authentication-demo-service/.gitignore

This file was deleted.

86 changes: 0 additions & 86 deletions authentication-demo-service/Dockerfile

This file was deleted.

26 changes: 0 additions & 26 deletions authentication-demo-service/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions authentication-demo-service/entrypoint.sh

This file was deleted.

53 changes: 0 additions & 53 deletions authentication-demo-service/lib/Keystore/ExportPrivateKey.java

This file was deleted.

21 changes: 0 additions & 21 deletions authentication-demo-service/lib/Keystore/MosipTestCert.cer

This file was deleted.

21 changes: 0 additions & 21 deletions authentication-demo-service/lib/Keystore/MosipTestCert.pem

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions authentication-demo-service/lib/Keystore/PrivateKey.pem

This file was deleted.

Binary file removed authentication-demo-service/lib/Keystore/PublicKey.pem
Binary file not shown.
72 changes: 0 additions & 72 deletions authentication-demo-service/lib/Keystore/README.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 6497bc1

Please sign in to comment.