forked from External/greenlight
GRN-93: Fix for issue with excesive requests to LB (#447)
* Fix for issue with excesive requests to lb * Fixed issue with rspec on users not passing when run alone * Include dotenv in production
This commit is contained in:
@ -31,7 +31,7 @@ module BbbApi
|
||||
# Rereives info from the loadbalanced in regards to a Provider (or tenant).
|
||||
def retrieve_provider_info(provider, api = 'api', route = 'getUser')
|
||||
# Include Omniauth accounts under the Greenlight provider.
|
||||
provider ||= 'greenlight'
|
||||
raise "Provider not included." if !provider || provider.empty?
|
||||
|
||||
# Build the URI.
|
||||
uri = encode_bbb_url(
|
||||
|
Reference in New Issue
Block a user