Skip to content

Conversation

@deads2k
Copy link
Contributor

@deads2k deads2k commented Sep 6, 2017

Builds on already lgtm'd pulls. Only the last commit is unique.

The biggest impact is to audit.

@soltysh @sttts you know want it before dcut today. :)

@openshift-ci-robot openshift-ci-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Sep 6, 2017
@openshift-merge-robot openshift-merge-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 6, 2017
handler = apirequest.WithRequestContext(handler, genericConfig.RequestContextMapper)
handler = apiserverfilters.WithPanicRecovery(handler)
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
handler = apiserver.DefaultBuildHandlerChain(handler, genericConfig)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sttts as a past rebaser, this should make you very happy.

Copy link
Contributor

Choose a reason for hiding this comment

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

❤️


// we don't use this anymore
genericConfig.LegacyAuditWriter = nil
if masterConfig.AuditConfig.Enabled {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@soltysh review carefully

Copy link
Contributor

Choose a reason for hiding this comment

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

👍

for k, v := range masterConfig.KubernetesMasterConfig.APIServerArguments {
args[k] = v
}
if masterConfig.AuditConfig.Enabled {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@soltysh review carefully

Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 6, 2017
@deads2k deads2k force-pushed the server-42-use-default-handler branch from b5369f1 to 0413dfb Compare September 6, 2017 19:10
@openshift-merge-robot openshift-merge-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Sep 6, 2017
for k, v := range masterConfig.KubernetesMasterConfig.APIServerArguments {
args[k] = v
}
if masterConfig.AuditConfig.Enabled {
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

return nil, err
}

// we don't use this anymore
Copy link
Contributor

Choose a reason for hiding this comment

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

I'll probably update this comment to explicitly mention we don't use legacy audit at all. All auditing in origin uses the new advanced feature.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done


// we don't use this anymore
genericConfig.LegacyAuditWriter = nil
if masterConfig.AuditConfig.Enabled {
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@soltysh
Copy link
Contributor

soltysh commented Sep 7, 2017

Rebase and ship it!
/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 7, 2017
@openshift-merge-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: deads2k, soltysh

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

Details Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@deads2k deads2k removed the lgtm Indicates that a PR is ready to be merged. label Sep 7, 2017
@deads2k deads2k force-pushed the server-42-use-default-handler branch from 0413dfb to 06ef357 Compare September 7, 2017 13:30
@deads2k deads2k added the lgtm Indicates that a PR is ready to be merged. label Sep 7, 2017
@openshift-ci-robot openshift-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Sep 7, 2017
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 7, 2017
@deads2k deads2k force-pushed the server-42-use-default-handler branch from 06ef357 to c16056e Compare September 7, 2017 13:30
@deads2k deads2k added lgtm Indicates that a PR is ready to be merged. and removed lgtm Indicates that a PR is ready to be merged. labels Sep 7, 2017
@deads2k
Copy link
Contributor Author

deads2k commented Sep 7, 2017

/retest

1 similar comment
@deads2k
Copy link
Contributor Author

deads2k commented Sep 7, 2017

/retest

@openshift-merge-robot
Copy link
Contributor

Automatic merge from submit-queue (batch tested with PRs 14825, 15756, 16178, 16188, 16189)

@openshift-merge-robot openshift-merge-robot merged commit f975d4c into openshift:master Sep 7, 2017
@deads2k deads2k deleted the server-42-use-default-handler branch January 24, 2018 14:33
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. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants