-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'keycloak-integration' of github.com:NCI-Agency/anet int…
…o anet-v2_2
- Loading branch information
Showing
20 changed files
with
2,377 additions
and
684 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -15,8 +15,7 @@ | |
############################################################## | ||
|
||
# Flag to run the server in development mode | ||
# - Will use Basic authentication (rather than Windows Domain Auth) | ||
# - Will reload the GraphQL Graph on every request. | ||
# - Will run the account deactivation worker once on startup | ||
developmentMode: true | ||
|
||
# Flag to tell the server to redirect all HTTP traffic to HTTPS | ||
|
@@ -51,20 +50,16 @@ emailFromAddr: "Anet Testing <[email protected]>" | |
# Should not include an ending slash! | ||
serverUrl: "http://localhost:3000" | ||
|
||
# Whether to time Waffle requests | ||
timeWaffleRequests: true | ||
|
||
# Configuration for Waffle. This is the system that ANET uses to perform windows authentication | ||
# See https://github.com/Waffle/waffle | ||
waffleConfig: | ||
principalFormat: fqn | ||
roleFormat: both | ||
allowGuestLogin: false | ||
impersonate: false | ||
securityFilterProviders: waffle.servlet.spi.BasicSecurityFilterProvider | ||
#securityFilterProviders: "waffle.servlet.spi.BasicSecurityFilterProvider waffle.servlet.spi.NegotiateSecurityFilterProvider" | ||
#"waffle.servlet.spi.NegotiateSecurityFilterProvider/protocols": NTLM | ||
"waffle.servlet.spi.BasicSecurityFilterProvider/realm": ANET | ||
keycloakConfiguration: | ||
realm: ANET-Realm | ||
auth-server-url: http://localhost:9080/auth | ||
ssl-required: none | ||
register-node-at-startup: true | ||
register-node-period: 600 | ||
resource: ANET-Client | ||
enable-basic-auth: true | ||
credentials: | ||
secret: 12869b4c-74ac-43f9-b71e-ff74e07babf9 | ||
|
||
######################################################## | ||
### The below is the default Dropwizard Configuration | ||
|
@@ -139,8 +134,6 @@ logging: | |
logFormat: '%d{yyyy-MM-dd HH:mm:ss.SSS,UTC}\t%p\t%m%n' | ||
"io.dropwizard.assets.AssetsBundle" : TRACE | ||
"io.dropwizard.assets.*" : TRACE | ||
"waffle.servlet.NegotiateSecurityFilter" : TRACE | ||
"mil.dds.anet.auth.AnetAuthenticationFilter" : TRACE | ||
"mil.dds.anet.threads" : DEBUG | ||
"mil.dds.anet.resources.TestingResource" : | ||
level: INFO | ||
|
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
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
Oops, something went wrong.