1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

feat(edge): hide FDO features behind a flag [EE-5128] (#8600)

This commit is contained in:
Chaim Lev-Ari 2023-03-07 18:45:39 +02:00 committed by GitHub
parent 8345d1471e
commit 01ea9afe33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 59 additions and 23 deletions

View file

@ -1557,7 +1557,9 @@ const (
)
// List of supported features
var SupportedFeatureFlags = []featureflags.Feature{}
var SupportedFeatureFlags = []featureflags.Feature{
"fdo",
}
const (
_ AuthenticationMethod = iota