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 client access time monitoring to the service. #18

Closed
wants to merge 12 commits into from

Conversation

jjg-123
Copy link

@jjg-123 jjg-123 commented Jun 21, 2023

As per

https://oa4mp.org/server/dtd/server-dtd-service-tag.html

Need to set monitorEnable="true" and set the interval to e.g. monitorInterval="2 hr" in the service tag

bbockelm and others added 12 commits June 14, 2023 11:50
Revert "Revert "Update oa4mp release""
Correct the destination directory of the QDL policy files
Otherwise, when the source is a Kubernetes ConfigMap volume mount,
`cp` will copy over a broken symlink.
Dereference symlinks when copying over scripts
This commit:
- Aggregates all the Docker steps into a far fewer number of commands
- Uses built-in ownership changes instead of invoking `chown`.
- Puts the configuration copying after installation, easing development
  cycles (don't need to re-download OA4MP after each config change).
- Starts off more files as the correct name, avoiding an extra rename.
- Imports additional CAs into the Java keystore at startup, if needed.
Right now, we don't heavily use any software beyond the OSG software
base; no strong need for three builds.
- Derive a chain from the hostcert if one isn't present (should work
  with cert-manager on k8s).
- Ensure QDL bootstrap is run and the scripts are in the path.
@jbasney jbasney linked an issue Jun 21, 2023 that may be closed by this pull request
@jbasney
Copy link
Member

jbasney commented Jun 22, 2023

Discussed this pull request with Jeff yesterday. This pull request contains a lot of unrelated changes, so I'm closing this one, and Jeff will open a new pull request with the specific changes needed for #14 .

@jbasney jbasney closed this Jun 22, 2023
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.

Enable monitoring of clients' access time
4 participants