-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frank2Authentication GitHub Actions test version - allow access
- Loading branch information
Martijn Dirkse
committed
Dec 6, 2024
1 parent
97f0662
commit e4f4db9
Showing
22 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
docs/source/downloads/advancedDevelopmentAuthentication.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
docs/source/downloads/advancedDevelopmentAuthenticationConsole.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
docs/source/downloads/advancedDevelopmentDockerDevelJms.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
docs/source/downloads/advancedDevelopmentDockerDevelNoJms.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
docs/source/downloads/advancedDevelopmentDockerDevelPreJms.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
docs/source/downloads/advancedDevelopmentIntegrationPatternsMessageId.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
docs/source/downloads/configurations/NewHorizonsDatabase.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
docs/source/downloads/configurations/NewHorizonsOnlyTableBooking.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
docs/source/downloads/configurations/NewHorizonsValidate.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
docs/source/snippets/Frank2Authentication/v515/allowAccessForGithubActions.md
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
```none{1, 2, 3} | ||
# Allow access for GitHub Actions test, to check the server console does not have warnings | ||
application.security.console.authentication.type=NONE | ||
# Define the available authenticators | ||
application.security.http.authenticators=inMem | ||
# Configure the authenticator | ||
application.security.http.authenticators.inMem.type=IN_MEMORY | ||
application.security.http.authenticators.inMem.username=ADMIN | ||
application.security.http.authenticators.inMem.password=PASSWORD1234 | ||
# Tell what should be secured | ||
servlet.ApiListenerServlet.authenticator=inMem | ||
servlet.ApiListenerServlet.securityRoles=IbisAdmin | ||
``` |
17 changes: 17 additions & 0 deletions
17
docs/source/snippets/Frank2Authentication/v515/allowAccessForGithubActions.txt
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. code-block:: none | ||
:emphasize-lines: 1, 2, 3 | ||
|
||
# Allow access for GitHub Actions test, to check the server console does not have warnings | ||
application.security.console.authentication.type=NONE | ||
|
||
# Define the available authenticators | ||
application.security.http.authenticators=inMem | ||
|
||
# Configure the authenticator | ||
application.security.http.authenticators.inMem.type=IN_MEMORY | ||
application.security.http.authenticators.inMem.username=ADMIN | ||
application.security.http.authenticators.inMem.password=PASSWORD1234 | ||
|
||
# Tell what should be secured | ||
servlet.ApiListenerServlet.authenticator=inMem | ||
servlet.ApiListenerServlet.securityRoles=IbisAdmin |
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
3 changes: 3 additions & 0 deletions
3
srcSteps/Frank2Authentication/v515/server/configurations/DeploymentSpecifics.properties
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