mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #99111 from databus23/patch-5
Return error when persister fails to modify config
This commit is contained in:
commit
a4f412dc76
@ -374,7 +374,7 @@ func (p *persister) Persist(config map[string]string) error {
|
|||||||
authInfo, ok := newConfig.AuthInfos[p.user]
|
authInfo, ok := newConfig.AuthInfos[p.user]
|
||||||
if ok && authInfo.AuthProvider != nil {
|
if ok && authInfo.AuthProvider != nil {
|
||||||
authInfo.AuthProvider.Config = config
|
authInfo.AuthProvider.Config = config
|
||||||
ModifyConfig(p.configAccess, *newConfig, false)
|
return ModifyConfig(p.configAccess, *newConfig, false)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user