Merge pull request #7480 from scinote-eln/aj_SCI_10631

Disable azure authentication for giot [SCI-10631]
This commit is contained in:
ajugo 2024-04-16 13:17:09 +02:00 committed by GitHub
commit 80aa14566d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,7 +146,7 @@ class Extends
API_VERSIONS = ['v1']
# Array used for injecting names of additional authentication methods for API
API_PLUGABLE_AUTH_METHODS = [:azure_jwt_auth]
API_PLUGABLE_AUTH_METHODS = []
API_REPOSITORY_DATA_TYPE_MAPPINGS = { 'RepositoryTextValue' => 'text',
'RepositoryDateValue' => 'date',