-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Harmonize check and config options #10488
Conversation
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.
Edit suggestions but otherwise 👍
@@ -86,6 +86,12 @@ files: | |||
If you want to keep the cert in a separate file, enter the file path here | |||
value: | |||
type: string | |||
- name: appcenter | |||
description: | | |||
Whether or not appcenter user certificates are being used. |
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.
Whether or not appcenter user certificates are being used. | |
Whether App Center user certificates are being used. |
@@ -119,6 +119,11 @@ instances: | |||
# | |||
# cert_key_path: <CERT_KEY_PATH> | |||
|
|||
## @param appcenter - boolean - optional - default: false | |||
## Whether or not appcenter user certificates are being used. |
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.
## Whether or not appcenter user certificates are being used. | |
## Whether App Center user certificates are being used. |
What does this PR do?
report_timing
from the check. It wasn't listed in the config and was never used.appcenter
config option to the spec.yaml. It was in the check, but the option was never listed in theconf.yaml.example
appcenter
refers to whether or not the certs being used are appcenter user certs: datacenter/pyaci@8c5b61fMotivation
Bug fix
Additional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached