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

feat(guardian): introduce new guardian jobs #32

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

rahmatrhd
Copy link
Member

@rahmatrhd rahmatrhd commented Aug 1, 2023

depends on: goto/guardian#56

@rahmatrhd rahmatrhd self-assigned this Aug 1, 2023
@@ -59,6 +59,22 @@ app:
- job
- run
- appeal_expiration_revocation
Copy link
Collaborator

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

Comment on lines 101 to 103
JOBS_REVOKE_EXPIRED_ACCESS_INTERVAL: "*/20 * * * *"
JOBS_EXPIRING_ACCESS_NOTIFICATION_ENABLED: false
JOBS_EXPIRING_ACCESS_NOTIFICATION_INTERVAL: "0 9 * * *"
Copy link
Collaborator

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?

Copy link
Member Author

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

Copy link
Collaborator

@bsushmith bsushmith Aug 10, 2023

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.

@mabdh
Copy link
Member

mabdh commented Aug 10, 2023

@rahmatrhd let's update to the last app chart and populate podLabels accordingly?
Currently our k8s pods are missing labels due to the app chart was not populating it.

@@ -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"
Copy link
Collaborator

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?

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