updating infisical properties
This commit is contained in:
@@ -21,4 +21,7 @@ public class InfisicalProperties {
|
|||||||
|
|
||||||
@NotBlank(message = "Infisical client secret is required")
|
@NotBlank(message = "Infisical client secret is required")
|
||||||
private String clientSecret;
|
private String clientSecret;
|
||||||
|
|
||||||
|
@NotBlank(message = "Infisical webhook secret is required")
|
||||||
|
private String webhookSecret;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ infisical:
|
|||||||
api-url: ${INFISICAL_API_URL}
|
api-url: ${INFISICAL_API_URL}
|
||||||
client-id: ${INFISICAL_CLIENT_ID}
|
client-id: ${INFISICAL_CLIENT_ID}
|
||||||
client-secret: ${INFISICAL_CLIENT_SECRET}
|
client-secret: ${INFISICAL_CLIENT_SECRET}
|
||||||
|
webhook-secret: ${INFISICAL_WEBHOOK_SECRET}
|
||||||
|
|
||||||
dokploy:
|
dokploy:
|
||||||
api-url: ${DOKPLOY_API_URL}
|
api-url: ${DOKPLOY_API_URL}
|
||||||
|
|||||||
Reference in New Issue
Block a user