-
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
Role Valid Until Date #1624
Role Valid Until Date #1624
Conversation
See CI failures about missing documentation. Also, adding tests to |
@smortex I've updated the code, adding documentation for the variable and tests to Let me know if that is good or if you need me to make any further changes. |
This allows for the valid until attribute to be set on roles.
c9adde5
to
c16d850
Compare
@smortex The pipeline all appears to look good. How can I got this change merged? |
Looks okay to me too. Only query is should this have a mechanism for removing the expiry date? eg. perhaps if the parameter is set to a special value such as the string |
That would make sense, @mooreandrew feel free to tackle this if you want to. In the meantime, this PR is fine so I'll merge it as it is now. Thanks! |
Yeah, I'm fine with that. This MR is safe as-is, and the additional functionality can be added later in a non disruptive way. |
Summary
I have a requirement to set valid until dates for roles that I need to manage via this puppet postgresql module. This change adds support for setting a
valid_until
attribute for a role.Related Issues (if any)
None
Checklist
puppet apply
)