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

Add a configuration option for ignoring expirations. #14

Merged
merged 3 commits into from
Nov 9, 2022

Conversation

chrisgavin
Copy link
Contributor

This adds a new configuration option ignore_expirations, which if set, will cause Entitlements to ignore expiration dates and treat everything as not being expired.

The main reason you might want to do this is during CI. Say for example you have a CI check that asserts certain files are not empty, i.e. they have at least one user included. You might want this CI check to ignore expirations, because you don't want the check to start failing on an arbitrary date when the expiration passes.

@chrisgavin chrisgavin marked this pull request as ready for review September 2, 2022 13:33
@DanHoerst DanHoerst merged commit 2d48944 into github:main Nov 9, 2022
@chrisgavin chrisgavin deleted the allow-ignoring-expirations branch September 1, 2023 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants