-
Notifications
You must be signed in to change notification settings - Fork 60
OTA-915: metadata-helper/src/config/cli: Expose --signatures.dir #877
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
OTA-915: metadata-helper/src/config/cli: Expose --signatures.dir #877
Conversation
Exposing the config setting from fb20669 (add signatures serving module to metadata_helper, 2023-05-18, openshift#794) as a command-line option, so folks can pass it though without having to drop into TOML or hitting [1,2]: 2023-11-08T00:01:57.621922383Z [2023-11-08T00:01:57Z INFO metadata_helper] application settings: 2023-11-08T00:01:57.621922383Z AppSettings { 2023-11-08T00:01:57.621922383Z verbosity: Trace, 2023-11-08T00:01:57.621922383Z address: ::, 2023-11-08T00:01:57.621922383Z port: 8082, 2023-11-08T00:01:57.621922383Z path_prefix: "/api/upgrades_info", 2023-11-08T00:01:57.621922383Z status_address: ::, 2023-11-08T00:01:57.621922383Z status_port: 9082, 2023-11-08T00:01:57.621922383Z signatures_dir: "", 2023-11-08T00:01:57.621922383Z tracing_endpoint: None, 2023-11-08T00:01:57.621922383Z backlog: 10, 2023-11-08T00:01:57.621922383Z max_connections: 10, 2023-11-08T00:01:57.621922383Z max_connection_rate: 64, 2023-11-08T00:01:57.621922383Z keep_alive: None, 2023-11-08T00:01:57.621922383Z client_timeout: 5s, 2023-11-08T00:01:57.621922383Z } 2023-11-08T00:01:57.622031074Z [2023-11-08T00:01:57Z INFO metadata_helper] signatures data directory not provided, using /tmp/.tmp2r89fA [1]: https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_cincinnati-operator/176/pull-ci-openshift-cincinnati-operator-master-operator-e2e-hypershift-local-graph-data/1722037234359603200 [2]: https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/pr-logs/pull/openshift_cincinnati-operator/176/pull-ci-openshift-cincinnati-operator-master-operator-e2e-hypershift-local-graph-data/1722037234359603200/artifacts/operator-e2e-hypershift-local-graph-data/e2e-test/artifacts/inspect/namespaces/openshift-updateservice/pods/example-695fd68b74-wjtv6/metadata/metadata/logs/current.log
|
@wking: This pull request references OTA-915 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
PratikMahajan
left a comment
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.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: PratikMahajan, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@wking: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Exposing the config setting from fb20669 (#794) as a command-line option, so folks can pass it though without having to drop into TOML or hitting: