v0.1.0
All checks were successful
Build and Deploy Docker Image / build-and-push (push) Successful in 1m7s
All checks were successful
Build and Deploy Docker Image / build-and-push (push) Successful in 1m7s
- working central server auth - added ci/cd
This commit is contained in:
@@ -4,12 +4,13 @@ listeners.tcp.default = 5672
|
||||
auth_backends.1 = http
|
||||
auth_backends.2 = internal
|
||||
|
||||
|
||||
auth_http.http_method = post
|
||||
auth_http.user_path = http://rabbit-auth-server:8080/rabbit/auth/user
|
||||
auth_http.vhost_path = http://rabbit-auth-server:8080/rabbit/auth/vhost
|
||||
auth_http.resource_path = http://rabbit-auth-server:8080/rabbit/auth/resource
|
||||
auth_http.topic_path = http://rabbit-auth-server:8080/rabbit/auth/topic
|
||||
|
||||
|
||||
# Optional: timeout settings (milliseconds)
|
||||
auth_http.request_timeout = 5000
|
||||
auth_http.connection_timeout = 3000
|
||||
auth_http.connection_timeout = 3000
|
||||
|
||||
Reference in New Issue
Block a user