Move Request Limiter to enterprise (#25615)

This commit is contained in:
Mike Palmiotto
2024-02-27 16:24:06 -05:00
committed by GitHub
parent df57ff46ff
commit b54ac98a0b
23 changed files with 116 additions and 997 deletions

View File

@@ -31,3 +31,7 @@ func entCheckStorageType(coreConfig *vault.CoreConfig) bool {
func entGetFIPSInfoKey() string {
return ""
}
func entGetRequestLimiterStatus(coreConfig vault.CoreConfig) string {
return ""
}