We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbf6ce commit 8901b60Copy full SHA for 8901b60
dojo/api_v2/serializers.py
@@ -401,6 +401,11 @@ class ToolConfigurationSerializer(serializers.ModelSerializer):
401
class Meta:
402
model = Tool_Configuration
403
fields = '__all__'
404
+ extra_kwargs = {
405
+ 'password': {'write_only': True},
406
+ 'ssh': {'write_only': True},
407
+ 'api_key': {'write_only': True},
408
+ }
409
410
411
class ToolProductSettingsSerializer(serializers.ModelSerializer):
0 commit comments