Skip to content

Commit 54596be

Browse files
Merge pull request #12 from PSNAppz/develop
Added Staff, Bene and Agent IAM Portal APIs
2 parents e12ff74 + 7404d10 commit 54596be

File tree

99 files changed

+2738
-2323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+2738
-2323
lines changed

.github/workflows/docker-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
strategy:
1616
matrix:
1717
iam_api:
18-
- openg2p-iam-bene-api
19-
- openg2p-iam-staff-api
20-
- openg2p-iam-agent-api
18+
- iam-staff-portal-api
19+
- iam-agency-portal-api
20+
- iam-bene-portal-api
2121
env:
2222
NAMESPACE: ${{ secrets.docker_hub_organisation || 'openg2p' }}
2323
SERVICE_NAME: ${{ matrix.iam_api }}
@@ -45,7 +45,7 @@ jobs:
4545
echo VERSION=$VERSION >> $GITHUB_ENV
4646
4747
docker build . \
48-
--file Dockerfile \
48+
--file ${{ matrix.iam_api }}/Dockerfile \
4949
--build-arg IAM_API=${{ matrix.iam_api }} \
5050
--tag $IMAGE_ID:$VERSION
5151
if [[ '${{ secrets.docker_hub_token }}' != '' && '${{ secrets.docker_hub_actor }}' != '' ]]; then

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,5 @@ cython_debug/
205205
marimo/_static/
206206
marimo/_lsp/
207207
__marimo__/
208+
docs/custom-oauth-provider-integration-guide.md
209+
docs/oauth-adapter-new-implementation-guide.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# openg2p-portal-server
1+
# openg2p-iam-service
22
OpenG2P IAM Service to
33
1. Facilitate Token Exchange with Login Providers
44
2. Signature creation using MOSIP KeyManager for outgoing Partner interfaces

0 commit comments

Comments
 (0)