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

Enabling VO-agnostic FTS proxy production #224

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Soap2G
Copy link

@Soap2G Soap2G commented Feb 5, 2025

Closes #220
Tagging @ericvaandering as CMS might be impacted directly.

Changes

  • Added conditional statement that checks for "none" option in values.yaml, and if so does not declare RUCIO_VO and RUCIO_FTS_VOMS.
  • Changed default values for vo and voms to "none".

Tests

By running

helm template . --kube-version 1.31 --debug --values values.yaml --show-only templates/renew-fts-cronjob.yaml

We get:

env:
  - name: RUCIO_FTS_SCRIPT
    value: "default"
  - name: RUCIO_FTS_VO_COUNT
    value: "1"
  - name: RUCIO_FTS_VO_0
    value: none
  - name: RUCIO_FTS_VOMS_0
    value: none

In which are correctly missing RUCIO_VO and RUCIO_FTS_VOMS.

Follow-up question

Should we avoid creating also RUCIO_FTS_VO/VOMS_{{ $key }}?

@Soap2G Soap2G self-assigned this Feb 5, 2025
@Soap2G Soap2G requested a review from rdimaio February 5, 2025 13:54
Co-authored-by: Luis Antonio Obis Aparicio <[email protected]>
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.

Allow VO-agnostic proxy certificate production
2 participants