1
0
mirror of https://github.com/jumpserver/jumpserver.git synced 2025-05-09 08:36:28 +00:00

fix: Resolving Azure test connection failure issues

This commit is contained in:
jiangweidong 2024-12-02 17:29:22 +08:00 committed by Bryan
parent 0ca81a8f30
commit 7875777ed1

View File

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