Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pgpool backend reference change #90

Merged
merged 4 commits into from
Feb 27, 2024
Merged

Pgpool backend reference change #90

merged 4 commits into from
Feb 27, 2024

Conversation

MobarakHsn
Copy link
Contributor

Signed-off-by: MobarakHsn [email protected]

apb := &appbinding.AppBinding{}
err := o.kc.Get(o.ctx, types.NamespacedName{
Name: pp.Spec.PostgresRef.Name,
Namespace: pp.Spec.PostgresRef.Namespace,
Copy link
Contributor

Choose a reason for hiding this comment

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

cross namespace grant should be checked

Copy link
Contributor

Choose a reason for hiding this comment

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

ignore for this release

}
if apb.Spec.Secret == nil {
return "", "", fmt.Errorf("backend postgres database auth secret not found for pgpool %s/%s", pp.Namespace, pp.Name)
Copy link
Contributor

Choose a reason for hiding this comment

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

"backend auth secret unspecified"

Copy link
Contributor

@TasdidurRahman TasdidurRahman left a comment

Choose a reason for hiding this comment

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

update error msg

TasdidurRahman
TasdidurRahman previously approved these changes Feb 27, 2024
Signed-off-by: MobarakHsn <[email protected]>
Copy link
Contributor

@raihankhan raihankhan left a comment

Choose a reason for hiding this comment

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

LGTM!

@raihankhan raihankhan added the automerge Kodiak will auto merge PRs that have this label label Feb 27, 2024
@kodiak-appscode kodiak-appscode bot merged commit 6da3a3e into master Feb 27, 2024
5 checks passed
@kodiak-appscode kodiak-appscode bot deleted the pgpool-fix-ref branch February 27, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Kodiak will auto merge PRs that have this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants