Set pki acme flag type as false to avoid committing them to true by accident

This commit is contained in:
Fang-Pen Lin
2025-11-11 10:12:54 -08:00
parent 40be1ac9d9
commit c687cbc131

View File

@@ -78,7 +78,7 @@ export type TFeatureSet = {
secretsLimit: number;
};
pkiEst: boolean;
pkiAcme: boolean;
pkiAcme: false;
enforceMfa: boolean;
projectTemplates: false;
kmip: false;