Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/jujuPublic

fix: ensure remote secrets watcher returns results - fix query joins#21142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
wallyworld wants to merge1 commit intojuju:main
base:main
Choose a base branch
Loading
fromwallyworld:fix-cmr-secret-watcher

Conversation

@wallyworld
Copy link
Member

When the remote secrets changes watcher was written, the application_remote_consumer table didn't exist.
his PR adds that table to the joins used to populate the above watcher.

QA steps

juju switch controller  juju deploy juju-qa-dummy-source                      juju offer dummy-source:sink    juju add-model work                                     juju deploy juju-qa-dummy-sink  juju relate dummy-sink controller.dummy-source        juju switch controller                        uri=$(juju exec -u dummy-source/0 -- secret-add foo=bar)juju exec -u dummy-source/0 -- secret-grant -r 1 $uri   juju switch work                                     juju exec -u dummy-sink/0 -- secret-get $uri --refreshjuju switch controller                                juju exec -u dummy-source/0 -- secret-set $uri foo=bazjuju switch workjuju show-status-log dummy-sink/0

The secret-changed hook should have run on dummy-sink/0

Copy link
Member

@manadartmanadart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Works as described, thanks.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@manadartmanadartmanadart approved these changes

@jack-w-shawjack-w-shawAwaiting requested review from jack-w-shaw

@SimonRichardsonSimonRichardsonAwaiting requested review from SimonRichardsonSimonRichardson is a code owner

At least 2 approving reviews are required to merge this pull request.

Assignees

@wallyworldwallyworld

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@wallyworld@manadart@jujubot

[8]ページ先頭

©2009-2025 Movatter.jp