You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Feike Steenbergen 38e70ea317 Add session_role to postgresql modules (#43650)
* Allow session_role to be set for PostgreSQL

By implementing session_role it becomes possible to run the specific
PostgreSQL commands as a different role.
The usecase that is immediately served by this, is the one that one
ansible playbook can be shared by multiple users, which all have
their
own PostgreSQL login_user. They do not need to share login
credentials,
as they can share the role within the PostgreSQL database.

The following example may give some insight:

$ psql -U jdoe -X -d postgres

postgres=> CREATE DATABASE abc;
ERROR:  permission denied to create database
postgres=> set role postgres;
SET
postgres=# CREATE DATABASE abc;
CREATE DATABASE

fixes #43592

* Tests for session_role in PostgreSQL

* Bump version_added for session_role feature

* Remove explicit encrypted parameter from tests
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
env Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration Add session_role to postgresql modules (#43650) 6 years ago
legacy Included support to AIX group of subsystems on service module (#33043) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner ansible-test: make the httptester for Windows more resiliant around the shell chosen (#51416) 6 years ago
sanity win_power_plan: fix for Windows 10 and Server 2008 compatibility (#51471) 6 years ago
units Adds aggregate functionality to the module (#51638) 6 years ago
utils Make Shippable timing script more resilient. 6 years ago