-
Notifications
You must be signed in to change notification settings - Fork 39
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
Move config.py with delegate DNs to helm #8685
Move config.py with delegate DNs to helm #8685
Comments
@sinonkt here's a quick way to test change:
replace |
side note: I do not particularly like that this longish list is present separately in multiple files (e.g. https://github.com/dmwm/CMSKubernetes/blob/d1eb8a7ff4a2e66ca498ca9896fbfb00f3e8798a/helm/crabserver/config/preprod/config.py#L49 ). Requires some effort to keep consistency in the future. E.g. it is not present in current |
@belforte I've tested on
the corresponding changes can be seen in PR. |
config.py
is incrab-secrets
and also migrate the delegate DN here intoconfig.py
.The
config.py
is already part of new helm chart dmwm/CMSKubernetes#1545, also delegateDN.But delegateDN need some code changes on REST.
The text was updated successfully, but these errors were encountered: