Skip to content

Commit

Permalink
Merge pull request open-horizon#3906 from MaxMcAdam/node-level-secrets
Browse files Browse the repository at this point in the history
Issue 3905 - Bug: Service not receiving secret update for user node l…
  • Loading branch information
dlarson04 authored Sep 25, 2023
2 parents 8576056 + 6ee50a1 commit 6c44853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agreementbot/governance.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ func (w *AgreementBotWorker) GovernAgreements() int {
for _, bs := range binding.Secrets {

serviceSecretName, smSecretName := bs.GetBinding()
smSecretName = strings.TrimPrefix(smSecretName, "/")
for _, updatedSecretName := range updatedSecrets {
if glog.V(5) {
glog.Infof(logString(fmt.Sprintf("checking secret %v against %v", updatedSecretName, bs)))
Expand Down

0 comments on commit 6c44853

Please sign in to comment.