You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During hack week at Squarespace it is common to receive requests for access to the data warehouse. These special case accounts require cleaning up. It would be lovely if pgbedrock supported a time limit on roles.
I'm imagining an expires_at attribute like so:
jdoe:
can_login: yes
is_superuser: no
expires_at: 2018-04-13
Pgbedrock can add a VALID UNTIL clause on the role when this attribute is set. It can also issue an error or warning when executed after the 13th to remind people to clean up the config.
The text was updated successfully, but these errors were encountered:
During hack week at Squarespace it is common to receive requests for access to the data warehouse. These special case accounts require cleaning up. It would be lovely if pgbedrock supported a time limit on roles.
I'm imagining an expires_at attribute like so:
Pgbedrock can add a
VALID UNTIL
clause on the role when this attribute is set. It can also issue an error or warning when executed after the 13th to remind people to clean up the config.The text was updated successfully, but these errors were encountered: