Skip to content

Commit 38fe3ac

Browse files
authored
Fix helm credentials (#613)
1 parent 2ad0411 commit 38fe3ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

onyxia-api/src/main/java/fr/insee/onyxia/api/configuration/CatalogWrapper.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,11 @@ public class CatalogWrapper {
9393
private int maxNumberOfVersions = 5;
9494

9595
@Schema(description = "Username for basic authentication")
96+
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
9697
private String username = null;
9798

9899
@Schema(description = "Password for basic authentication")
100+
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
99101
private String password = null;
100102

101103
public enum MultipleServicesMode {

0 commit comments

Comments
 (0)