Remove expiry logic, this needs to be redone
This commit is contained in:
parent
106b1e7e8d
commit
9aac1fb255
5 changed files with 22 additions and 55 deletions
3
app.go
3
app.go
|
@ -96,9 +96,6 @@ type Config struct {
|
|||
OIDC OIDCConfig
|
||||
|
||||
CLI CLIConfig
|
||||
|
||||
MaxMachineRegistrationDuration time.Duration
|
||||
DefaultMachineRegistrationDuration time.Duration
|
||||
}
|
||||
|
||||
type OIDCConfig struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue