Skip to content

Commit 0477e43

Browse files
changed secrets
1 parent 0557959 commit 0477e43

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

AcmeCaPlugin/AcmeCaPluginConfig.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ public static Dictionary<string, PropertyConfigInfo> GetPluginAnnotations()
3333
["EabHmacKey"] = new PropertyConfigInfo()
3434
{
3535
Comments = "External Account Binding HMAC key (optional)",
36-
Hidden = false,
36+
Hidden = true,
3737
DefaultValue = "",
3838
Type = "Secret"
3939
},
4040
["SignerEncryptionPhrase"] = new PropertyConfigInfo()
4141
{
4242
Comments = "Used to encrypt singer information when account is saved to disk (optional)",
43-
Hidden = false,
43+
Hidden = true,
4444
DefaultValue = "",
4545
Type = "Secret"
4646
},
@@ -72,7 +72,7 @@ public static Dictionary<string, PropertyConfigInfo> GetPluginAnnotations()
7272
["Cloudflare_ApiToken"] = new PropertyConfigInfo()
7373
{
7474
Comments = "Cloudflare DNS: API Token only if using Cloudflare DNS (Optional)",
75-
Hidden = false,
75+
Hidden = true,
7676
DefaultValue = "",
7777
Type = "Secret"
7878
},
@@ -88,9 +88,9 @@ public static Dictionary<string, PropertyConfigInfo> GetPluginAnnotations()
8888
["Azure_ClientSecret"] = new PropertyConfigInfo()
8989
{
9090
Comments = "Azure DNS: ClientSecret only if using Azure DNS and Not Managed Itentity in Azure (Optional)",
91-
Hidden = false,
91+
Hidden = true,
9292
DefaultValue = "",
93-
Type = "String"
93+
Type = "Secret"
9494
},
9595
["Azure_SubscriptionId"] = new PropertyConfigInfo()
9696
{
@@ -116,16 +116,16 @@ public static Dictionary<string, PropertyConfigInfo> GetPluginAnnotations()
116116
["AwsRoute53_SecretKey"] = new PropertyConfigInfo()
117117
{
118118
Comments = "Aws DNS: Secret Key only if using AWS DNS and not using default AWS Chain Creds on AWS (Optional)",
119-
Hidden = false,
119+
Hidden = true,
120120
DefaultValue = "",
121-
Type = "String"
121+
Type = "Secret"
122122
}
123123
//IBM NS1 DNS
124124
,
125125
["Ns1_ApiKey"] = new PropertyConfigInfo()
126126
{
127127
Comments = "Ns1 DNS: Api Key only if Using Ns1 DNS (Optional)",
128-
Hidden = false,
128+
Hidden = true,
129129
DefaultValue = "",
130130
Type = "String"
131131
}

0 commit comments

Comments
 (0)