-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Restrict pages * Temporarily build on every push * Add auth provider to settings.json * Derestrict single page * Derestrict single page * Derestrict single page * test * attach token * inline filename * Call correct method * update dockerfile * Revert build push * Update src/index.tsx Co-authored-by: Samuel Jones <[email protected]> * Update .github/workflows/build-push-action.yml Co-authored-by: Samuel Jones <[email protected]> * Update .github/workflows/build-push-action.yml Co-authored-by: Samuel Jones <[email protected]> --------- Co-authored-by: Samuel Jones <[email protected]>
- Loading branch information
1 parent
4c790a0
commit 3ceb537
Showing
7 changed files
with
27 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
FROM harbor.stfc.ac.uk/datagateway/scigateway:develop | ||
|
||
ENV AUTH_URL /auth | ||
ENV AUTH_PROVIDER jwt | ||
|
||
WORKDIR /usr/local/apache2/htdocs | ||
COPY --chown=www-data:www-data settings.json ./settings.json | ||
COPY --chown=www-data:www-data default.json ./res/default.json | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters