Skip to content

Conversation

@runcom
Copy link
Member

@runcom runcom commented Apr 3, 2019

When working on the Ignition v2s3 move, we noticed that we were
generating a duplicate asset. That one had the same name
"apiserver-proxy". The correct name should be "aggregator-client".
This may just have been a copy/paste error.
We're not sure how it worked before because what this is doing is overwriting an already written file (the other asset wrote that already and this piece of code is re-writing it with the same name)

Signed-off-by: Antonio Murdaca [email protected]

When working on the Ignition v2s3 move, we noticed that we were
generating a duplicate asset. That one had the same name
"apiserver-proxy". The correct name _should_ be "aggregator-client".

Signed-off-by: Antonio Murdaca <[email protected]>
@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 3, 2019
}

return a.SignedCertKey.Generate(cfg, ca, "apiserver-proxy", DoNotAppendParent)
return a.SignedCertKey.Generate(cfg, ca, "aggregator-client", DoNotAppendParent)
Copy link
Member Author

Choose a reason for hiding this comment

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

FYI, the same old name was already generated here https://github.com/openshift/installer/pull/1526/files#diff-8d9eb2f3ce41c8ad81321b7dc4d554d8R71 and that's why we had duplicate assets in #1468

@abhinavdahiya
Copy link
Contributor

/lgtm

cc @deads2k is the kao not using these tls assets?

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 3, 2019
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abhinavdahiya, runcom

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

The pull request process is described here

Details 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-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 3, 2019
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 13909b5 into openshift:master Apr 3, 2019
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/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants