Skip to content

Commit

Permalink
Merge pull request #1022 from kameshsr/MOSIP-36413-develop
Browse files Browse the repository at this point in the history
MOSIP-36413 Removed child auth filter
  • Loading branch information
ckm007 authored Oct 10, 2024
2 parents 68ae3f7 + 98de983 commit 7a08188
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,152 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,43 +236,3 @@ jobs:
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

build-maven-authentication-ref-impl:
uses: mosip/kattu/.github/workflows/maven-build.yml@master-java21
with:
SERVICE_LOCATION: authentication
BUILD_ARTIFACT: authentication
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 }}
publish_to_nexus_authentication-ref-impl:
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' }}"
needs: build-maven-authentication-ref-impl
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master-java21
with:
SERVICE_LOCATION: authentication
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
sonar_analysis_authentication-ref-impl:
needs: build-maven-authentication-ref-impl
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21
with:
SERVICE_LOCATION: authentication
PROJECT_KEY: mosip_biosdk-client
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 }}
1 change: 1 addition & 0 deletions authentication/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This code is moved to id-authentication repo and placed under the authentication-internal-service.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This code is moved to id-authentication repo and placed under the authentication-internal-service.
298 changes: 0 additions & 298 deletions authentication/authentication-childauthfilter-impl/pom.xml

This file was deleted.

Loading

0 comments on commit 7a08188

Please sign in to comment.