Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
activiti-cloud-config-repo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anthony Wang
activiti-cloud-config-repo
Commits
52fc9a7c
Commit
52fc9a7c
authored
Sep 19, 2019
by
Anthony Wang
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update gateway configuration
parent
2e812b3d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
gateway.properties
gateway.properties
+10
-6
No files found.
gateway.properties
View file @
52fc9a7c
...
@@ -2,23 +2,27 @@ server.port=${ACT_GATEWAY_PORT:8080}
...
@@ -2,23 +2,27 @@ server.port=${ACT_GATEWAY_PORT:8080}
management.security.enabled
=
${ACT_GATEWAY_MANAGEMENT_SECURITY:false}
management.security.enabled
=
${ACT_GATEWAY_MANAGEMENT_SECURITY:false}
spring.rabbitmq.host
=
${ACT_RABBITMQ_HOST:rabbitmq}
spring.rabbitmq.host
=
${ACT_RABBITMQ_HOST:rabbitmq.bluetechnology.cc}
eureka.client.serviceUrl.defaultZone
=
${ACT_EUREKA_URL:http://activiti-cloud-registry:8761/eureka/}
spring.rabbitmq.username
=
${ACT_RABBITMQ_USERNAME:root}
spring.rabbitmq.password
=
${ACT_RABBITMQ_PASSWORD:70842954bt}
spring.rabbitmq.virtual-host
=
${ACT_RABBITMQ_VIRTUAL-HOST:/activiti}
eureka.client.serviceUrl.defaultZone
=
${ACT_EUREKA_URL:https://gateway.bluetechnology.cc:8761/eureka/}
hystrix.command.default.execution.timeout.enabled
=
${ACT_GATEWAY_HYSTRIX_TIMEOUT_ENABLED:false}
hystrix.command.default.execution.timeout.enabled
=
${ACT_GATEWAY_HYSTRIX_TIMEOUT_ENABLED:false}
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds
=
${ACT_GATEWAY_HYSTRIX_TIMEOUT:210000}
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds
=
${ACT_GATEWAY_HYSTRIX_TIMEOUT:210000}
zuul.sensitive-headers
=
${ACT_GATEWAY_SENSITIVE_HEADERS:Cookie,Set-Cookie}
zuul.sensitive-headers
=
${ACT_GATEWAY_SENSITIVE_HEADERS:Cookie,Set-Cookie}
keycloak.auth-server-url
=
${ACT_KEYCLOAK_URL:http
://activiti-cloud-sso-idm:8180
/auth}
keycloak.auth-server-url
=
${ACT_KEYCLOAK_URL:http
s://gateway.bluetechnology.cc
/auth}
keycloak.realm
=
${ACT_KEYCLOAK_REALM:
springboot
}
keycloak.realm
=
${ACT_KEYCLOAK_REALM:
activiti
}
keycloak.resource
=
${ACT_KEYCLOAK_RESOURCE:activiti}
keycloak.resource
=
${ACT_KEYCLOAK_RESOURCE:activiti}
keycloak.public-client
=
${ACT_KEYCLOAK_CLIENT:true}
keycloak.public-client
=
${ACT_KEYCLOAK_CLIENT:true}
keycloak.security-constraints[0].authRoles[0]=${
ACT_KEYCLOAK_ROLES
:
user
}
keycloak.security-constraints[0].authRoles[0]=${
ACT_KEYCLOAK_ROLES
:
ACTIVITI_USER
}
keycloak.security-constraints[0].securityCollections[0].patterns[0]=${
ACT_KEYCLOAK_PATTERNS
:
/*}
keycloak.security-constraints[0].securityCollections[0].patterns[0]=${
ACT_KEYCLOAK_PATTERNS
:
/*}
keycloak.principal-attribute
=
${ACT_KEYCLOAK_PRINCIPAL_ATTRIBUTE:preferred
-
username}
keycloak.principal-attribute
=
${ACT_KEYCLOAK_PRINCIPAL_ATTRIBUTE:preferred
_
username}
# see https://issues.jboss.org/browse/KEYCLOAK-810 for configuration options
# see https://issues.jboss.org/browse/KEYCLOAK-810 for configuration options
#hostname as declared to eureka
#hostname as declared to eureka
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment