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:
parent
8345d1471e
commit
01ea9afe33
7 changed files with 59 additions and 23 deletions
|
@ -1557,7 +1557,9 @@ const (
|
|||
)
|
||||
|
||||
// List of supported features
|
||||
var SupportedFeatureFlags = []featureflags.Feature{}
|
||||
var SupportedFeatureFlags = []featureflags.Feature{
|
||||
"fdo",
|
||||
}
|
||||
|
||||
const (
|
||||
_ AuthenticationMethod = iota
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue