We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Google SA keys have an expiration for year 10,000. The rego for https://github.com/GoogleCloudPlatform/policy-library/blob/master/policies/templates/gcp_iam_restrict_service_account_key_age_v1.yaml uses time.parse_rfc3339_ns method that does not work beyonf the year 2600ish. Please see the fix below:
time.parse_rfc3339_ns
https://play.openpolicyagent.org/p/cbOS7WYfnC
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Google SA keys have an expiration for year 10,000. The rego for https://github.com/GoogleCloudPlatform/policy-library/blob/master/policies/templates/gcp_iam_restrict_service_account_key_age_v1.yaml uses
time.parse_rfc3339_ns
method that does not work beyonf the year 2600ish. Please see the fix below:https://play.openpolicyagent.org/p/cbOS7WYfnC
The text was updated successfully, but these errors were encountered: