fix(sprint-17 backend): KpiShareTokenService.DEFAULT_TTL_SECONDS public (referenced from KpiShareLinkResource in different package)
Some checks failed
CI/CD Pipeline / pipeline (push) Failing after 3m44s
Some checks failed
CI/CD Pipeline / pipeline (push) Failing after 3m44s
This commit is contained in:
@@ -29,7 +29,7 @@ public class KpiShareTokenService {
|
||||
|
||||
private static final Logger LOG = Logger.getLogger(KpiShareTokenService.class);
|
||||
private static final String HMAC_ALGO = "HmacSHA256";
|
||||
static final long DEFAULT_TTL_SECONDS = 7 * 24 * 3600L; // 7 jours
|
||||
public static final long DEFAULT_TTL_SECONDS = 7 * 24 * 3600L; // 7 jours
|
||||
|
||||
@ConfigProperty(name = "unionflow.kpi.share.secret",
|
||||
defaultValue = "CHANGE-ME-IN-PROD-32-CHARS-MIN-OK")
|
||||
|
||||
Reference in New Issue
Block a user