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

Add Better Error Handling for SSLSessionTicketKey #2782

Merged
merged 1 commit into from
Jul 16, 2018

Conversation

diazjf
Copy link

@diazjf diazjf commented Jul 15, 2018

Adds more error handling when writing an SSLSessionTicketKey to
the config map. Also adds tests and makes the function for modular.

Fixes #2756

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 15, 2018
@diazjf diazjf force-pushed the fix-2756 branch 2 times, most recently from 40da794 to 17ca3fe Compare July 16, 2018 00:48
Adds more error handling when writing an SSLSessionTicketKey to
the config map. Also adds tests and makes the function for modular.

Fixes kubernetes#2756
@codecov-io
Copy link

Codecov Report

Merging #2782 into master will increase coverage by 0.18%.
The diff coverage is 55.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2782      +/-   ##
==========================================
+ Coverage   47.51%   47.69%   +0.18%     
==========================================
  Files          75       75              
  Lines        5402     5413      +11     
==========================================
+ Hits         2567     2582      +15     
+ Misses       2509     2505       -4     
  Partials      326      326
Impacted Files Coverage Δ
internal/ingress/controller/config/config.go 98.26% <ø> (ø) ⬆️
internal/ingress/controller/store/store.go 60.34% <55.55%> (+0.71%) ⬆️
internal/watch/file_watcher.go 80.76% <0%> (-3.85%) ⬇️
cmd/nginx/main.go 25% <0%> (+4.6%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 32fe402...52ecdf0. Read the comment docs.

@aledbf
Copy link
Member

aledbf commented Jul 16, 2018

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 16, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aledbf, diazjf

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 16, 2018
@aledbf
Copy link
Member

aledbf commented Jul 16, 2018

/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 16, 2018
@k8s-ci-robot k8s-ci-robot merged commit 0f7ef88 into kubernetes:master Jul 16, 2018
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. lgtm "Looks good to me", 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.

5 participants