mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-04 11:58:41 +00:00
🔨 Disable auth by default
This commit is contained in:
parent
cb0e89934d
commit
9c291bbf47
@ -81,7 +81,7 @@ type ResourcesConfig struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type AuthConfig struct {
|
type AuthConfig struct {
|
||||||
Enabled bool `yaml:"enabled" json:"enabled" default:"true"`
|
Enabled bool `yaml:"enabled" json:"enabled" default:"false"`
|
||||||
ApprovedEmails []string `yaml:"approvedEmails" json:"approvedEmails" default:"[]"`
|
ApprovedEmails []string `yaml:"approvedEmails" json:"approvedEmails" default:"[]"`
|
||||||
ApprovedDomains []string `yaml:"approvedDomains" json:"approvedDomains" default:"[]"`
|
ApprovedDomains []string `yaml:"approvedDomains" json:"approvedDomains" default:"[]"`
|
||||||
ApprovedTenants []string `yaml:"approvedTenants" json:"approvedTenants" default:"[]"`
|
ApprovedTenants []string `yaml:"approvedTenants" json:"approvedTenants" default:"[]"`
|
||||||
|
@ -51,7 +51,7 @@ tap:
|
|||||||
values:
|
values:
|
||||||
- linux
|
- linux
|
||||||
auth:
|
auth:
|
||||||
enabled: true
|
enabled: false
|
||||||
approvedEmails: []
|
approvedEmails: []
|
||||||
approvedDomains: []
|
approvedDomains: []
|
||||||
approvedTenants: []
|
approvedTenants: []
|
||||||
|
@ -95,7 +95,7 @@ data:
|
|||||||
NAMESPACES: ''
|
NAMESPACES: ''
|
||||||
SCRIPTING_ENV: '{}'
|
SCRIPTING_ENV: '{}'
|
||||||
SCRIPTING_SCRIPTS: '{}'
|
SCRIPTING_SCRIPTS: '{}'
|
||||||
AUTH_ENABLED: 'true'
|
AUTH_ENABLED: ''
|
||||||
AUTH_APPROVED_EMAILS: ''
|
AUTH_APPROVED_EMAILS: ''
|
||||||
AUTH_APPROVED_DOMAINS: ''
|
AUTH_APPROVED_DOMAINS: ''
|
||||||
AUTH_APPROVED_TENANTS: ''
|
AUTH_APPROVED_TENANTS: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user