fix: Resolving Azure test connection failure issues

pull/14567/head^2
jiangweidong 2024-12-02 17:29:22 +08:00 committed by Bryan
parent 0ca81a8f30
commit 7875777ed1
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class AmazonSMSerializer(serializers.Serializer):
) )
VAULT_AWS_ACCESS_SECRET_KEY = EncryptedField( VAULT_AWS_ACCESS_SECRET_KEY = EncryptedField(
max_length=1024, required=False, allow_blank=True, max_length=1024, required=False, allow_blank=True,
label=_('Access key secret'), allow_null=True, label=_('Access key secret'), default=''
) )