fix(operator): update cockroach to 21.2.1 (#2766)

This commit is contained in:
Silvan
2021-12-01 16:09:35 +01:00
committed by GitHub
parent 524f8e7a84
commit 61f2883719
6 changed files with 29 additions and 28 deletions

View File

@@ -351,7 +351,7 @@ func (p *IDPProjection) reduceOIDCConfigChanged(event eventstore.EventReader) (*
cols = append(cols, handler.NewCol(OIDCConfigClientIDCol, *idpEvent.ClientID))
}
if idpEvent.ClientSecret != nil {
cols = append(cols, handler.NewCol(OIDCConfigClientSecretCol, *idpEvent.ClientSecret))
cols = append(cols, handler.NewCol(OIDCConfigClientSecretCol, idpEvent.ClientSecret))
}
if idpEvent.Issuer != nil {
cols = append(cols, handler.NewCol(OIDCConfigIssuerCol, *idpEvent.Issuer))