Disable azure authentication for giot [SCI-10631]

This commit is contained in:
Andrej 2024-04-16 11:17:42 +02:00
parent 0d17ce9d88
commit 9e887db01d

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',