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

LOG-3570: Remove tlsSecurityProfile feature gate #2102

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

syedriko
Copy link
Contributor

Description

Remove tlsSecurityProfile feature gate

/cc @cahartma
/assign @jcantrill

Links

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 20, 2023
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jul 20, 2023

@syedriko: This pull request references LOG-3570 which is a valid jira issue.

In response to this:

Description

Remove tlsSecurityProfile feature gate

/cc @cahartma
/assign @jcantrill

Links

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.

@jcantrill
Copy link
Contributor

/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 20, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 20, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jcantrill, syedriko

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 20, 2023
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 414a204 and 2 for PR HEAD 6731ceb in total

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 20, 2023
@syedriko
Copy link
Contributor Author

/test e2e-target

1 similar comment
@syedriko
Copy link
Contributor Author

/test e2e-target

if o.Name == logging.OutputNameDefault && o.Type == logging.OutputTypeElasticsearch {
op[generator.MinTLSVersion] = ""
op[generator.Ciphers] = ""
} else {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this going to set tls for all other outputs? Don't you still need to check for loki here?

Copy link
Contributor Author

@syedriko syedriko Jul 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to set TLS version and ciphersuites for the all the outputs but the default ES, if they enable TLS.
The line I removed said if the feature gate flag is set or it's loki, [docs/features/tls_security_profile.adoc] ^^^ had this The feature gate is ignored for the default log storage of type loki. Without the feature gate, there's no need for loki exception.

For collector config gen unit tests, embedded expected config
Copy link
Contributor

@jcantrill jcantrill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 21, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 21, 2023

@syedriko: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-ocp-target-minus-one 94eaeb7 link false /test e2e-ocp-target-minus-one
ci/prow/functional-target 94eaeb7 link false /test functional-target

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit 1548385 into openshift:master Jul 21, 2023
8 of 10 checks passed
@syedriko syedriko deleted the syedriko-log-3570 branch July 21, 2023 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. release/5.8
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants