-
Notifications
You must be signed in to change notification settings - Fork 614
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
postgresql::server::grant does not honor connect_settings #1329
Comments
This issue has been marked as stale because it has been open for a while and has had no recent activity. If this issue is still important to you please drop a comment below and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days. |
still important |
Hello! 👋 This issue has been open for a while and has had no recent activity. We've labelled it with If you are waiting on a response from us we will try and address your comments on a future Community Day. Alternatively, if it is no longer relevant to you please close the issue with a comment. |
That was rude, @github-actions! @chelnak: Can we keep this open, please? |
@kgeis I've re-opened this for you... The bot must be having a bad day as it's not meant to close issues anymore. 🤖 |
Describe the Bug
I am using the
postgresql::server::grant
type to manage an external PostgreSQL server that is not managed withpostgresql::server
. When I usegrant_role
, I use theconnect_settings
parameter, and it works. When I do the same withgrant
, I get the following:Expected Behavior
I expect that by setting connect_settings, I won't need to set
psql_db
,psql_user
,port
,group
, andpsql_path
separately.Steps to Reproduce
connect_settings
hash.connect_settings
without the other parameters.Environment
The text was updated successfully, but these errors were encountered: