-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(guardian): introduce new guardian jobs #32
base: main
Are you sure you want to change the base?
Conversation
stable/guardian/values.yaml
Outdated
@@ -59,6 +59,22 @@ app: | |||
- job | |||
- run | |||
- appeal_expiration_revocation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to update the appeal expiration related jobs also to grant related ones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
JOBS_REVOKE_EXPIRED_ACCESS_INTERVAL: "*/20 * * * *" | ||
JOBS_EXPIRING_ACCESS_NOTIFICATION_ENABLED: false | ||
JOBS_EXPIRING_ACCESS_NOTIFICATION_INTERVAL: "0 9 * * *" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add grant related flags also here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
those are optional, we can omit them from here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. Some of these existing ones are deprecated if I recall correctly. Can we remove the deprecated ones also.
@rahmatrhd let's update to the last app chart and populate |
@@ -21,7 +21,7 @@ version: 0.2.1 | |||
# incremented each time you make changes to the application. Versions are not expected to | |||
# follow Semantic Versioning. They should reflect the version the application is using. | |||
# It is recommended to use it with quotes. | |||
appVersion: "0.3.0" # TODO: update with latest version | |||
appVersion: "0.7.5-beta.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we include the latest stable release instead of -beta version one?
depends on: goto/guardian#56