Skip to content

Commit

Permalink
Frank2Authentication GitHub Actions test version - allow access
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Dec 6, 2024
1 parent 97f0662 commit e4f4db9
Show file tree
Hide file tree
Showing 22 changed files with 47 additions and 1 deletion.
Binary file modified docs/source/downloads/advancedDevelopmentAuthentication.zip
Binary file not shown.
Binary file not shown.
Binary file modified docs/source/downloads/advancedDevelopmentDockerDevelJms.zip
Binary file not shown.
Binary file modified docs/source/downloads/advancedDevelopmentDockerDevelNoJms.zip
Binary file not shown.
Binary file modified docs/source/downloads/advancedDevelopmentDockerDevelPreJms.zip
Binary file not shown.
Binary file not shown.
Binary file modified docs/source/downloads/advancedDevelopmentProperties.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/NewHorizons.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/NewHorizonsDatabase.zip
Binary file not shown.
Binary file not shown.
Binary file modified docs/source/downloads/configurations/NewHorizonsValidate.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/credentials.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/forFrankConsole.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/forFrankConsole_2.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/hermesBridge.zip
Binary file not shown.
Binary file modified docs/source/downloads/extendLadybugTable.zip
Binary file not shown.
Binary file modified docs/source/downloads/ladybug.zip
Binary file not shown.
Binary file modified docs/source/downloads/sandbox/v01.zip
Binary file not shown.
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
```
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
12 changes: 11 additions & 1 deletion srcSteps/Frank2Authentication/v515/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@
new: 1
snippet: changePortsForGithubActions
highlight: true
- file:
path: server/configurations/DeploymentSpecifics.properties
change:
- insert: 3
snippet: allowAccessForGithubActions
highlight: true
- snippet:
name: changePortsForGithubActions
markup: none
context: 50
context: 50
- snippet:
name: allowAccessForGithubActions
markup: none
context: 50
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 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

Expand Down

0 comments on commit e4f4db9

Please sign in to comment.