Remove jwt validation for jschorr to fix later

Refactor oauth validate method to take config over entire appconfig
This commit is contained in:
Sam Chow 2018-06-01 11:31:19 -04:00
parent 7df8ed4a60
commit 301cc6992a
27 changed files with 136 additions and 76 deletions

View file

@ -13,7 +13,6 @@ class StorageValidator(BaseValidator):
ip_resolver = validator_context.ip_resolver
config_provider = validator_context.config_provider
# replication_enabled = app.config.get('FEATURE_STORAGE_REPLICATION', False)
replication_enabled = config.get('FEATURE_STORAGE_REPLICATION', False)
providers = _get_storage_providers(config, ip_resolver, config_provider).items()