Skip to content

Set SecurityContext for connection pooler #2225

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

Closed

Conversation

addreas
Copy link

@addreas addreas commented Feb 16, 2023

Set uid/gid based on whats burned into the registry.opensource.zalan.do/acid/pgbouncer image.

…in registry.opensource.zalan.do/acid/pgbouncer
@FxKu
Copy link
Member

FxKu commented Feb 20, 2023

I don't see where we set those IDs in the pooler repo. Are these default values? We use:

RUN \
    addgroup -S pgbouncer && \
    adduser -S pgbouncer && \

USER pgbouncer:pgbouncer

@addreas
Copy link
Author

addreas commented Feb 20, 2023

I think I had a look in /etc/passwd and /etc/group

@FxKu
Copy link
Member

FxKu commented Apr 17, 2023

Closing because the suggested changes have been reflected by #2255
Thanks @addreas for raising this topic.

@FxKu FxKu closed this Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants