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

Support non-public schema for PostgreSQL 15+ #40532

Open
2 tasks done
lewijw opened this issue Jul 2, 2024 · 0 comments
Open
2 tasks done

Support non-public schema for PostgreSQL 15+ #40532

lewijw opened this issue Jul 2, 2024 · 0 comments
Labels
area:core area:MetaDB Meta Database related issues. kind:feature Feature Requests

Comments

@lewijw
Copy link

lewijw commented Jul 2, 2024

Description

For PostgreSQL setup, the doc says:

-- PostgreSQL 15 requires additional privileges:
GRANT ALL ON SCHEMA public TO airflow_user;

For security-concerned customers that do not want to use the public schema, it would be nice if the schema to use could be configurable.

Use case/motivation

For security sake, use a schema other than public.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@lewijw lewijw added kind:feature Feature Requests needs-triage label for new issues that we didn't triage yet labels Jul 2, 2024
@eladkal eladkal added area:MetaDB Meta Database related issues. area:core and removed provider:postgres labels Jul 2, 2024
@RNHTTR RNHTTR removed the needs-triage label for new issues that we didn't triage yet label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core area:MetaDB Meta Database related issues. kind:feature Feature Requests
Projects
None yet
Development

No branches or pull requests

3 participants