We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad0411 commit 38fe3acCopy full SHA for 38fe3ac
1 file changed
onyxia-api/src/main/java/fr/insee/onyxia/api/configuration/CatalogWrapper.java
@@ -93,9 +93,11 @@ public class CatalogWrapper {
93
private int maxNumberOfVersions = 5;
94
95
@Schema(description = "Username for basic authentication")
96
+ @JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
97
private String username = null;
98
99
@Schema(description = "Password for basic authentication")
100
101
private String password = null;
102
103
public enum MultipleServicesMode {
0 commit comments