Skip to content

Commit

Permalink
Mosip 18419 integrate with auth adapter for offline token validation 2 (
Browse files Browse the repository at this point in the history
#662)

* Using RestHelper from ID Repo Core

* Fixes in rest helper config

* Added auth adapter download in docker cmd

* Fix compilation issue

* Fixed missing env declaration in dockerfile
  • Loading branch information
loganathan-sekaran authored Nov 23, 2021
1 parent ecc2160 commit d67e967
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions authentication/authentication-otp-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ ENV is_glowroot_env=${is_glowroot}
# environment variable to pass artifactory url, at docker runtime
ENV artifactory_url_env=${artifactory_url}

# environment variable to pass iam_adapter url, at docker runtime
ENV iam_adapter_url_env=${iam_adapter_url}

# environment variable to pass hsm client zip file path, at docker runtime
#ENV zip_file_path=${client_zip_path}
ENV hsm_zip_file_path=${hsm_client_zip_path}
Expand Down
3 changes: 3 additions & 0 deletions authentication/authentication-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ ENV is_glowroot_env=${is_glowroot}
# environment variable to pass artifactory url, at docker runtime
ENV artifactory_url_env=${artifactory_url}

# environment variable to pass iam_adapter url, at docker runtime
ENV iam_adapter_url_env=${iam_adapter_url}

#ENV bio_sdk_folder_env=${bio_sdk_folder}
ENV biosdk_zip_file_path=${biosdk_zip_path}

Expand Down

0 comments on commit d67e967

Please sign in to comment.