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

Remove support for deprecated UpstreamCA #1699

Merged
merged 5 commits into from
Jul 2, 2020

Conversation

azdagron
Copy link
Member

@azdagron azdagron commented Jul 2, 2020

Removes support for the UpstreamCA plugin, which was deprecated in favor of the UpstreamAuthority plugin in 0.10.0.

Also removes the server catalog unit-test which only tested deprecation behavior for UpstreamCA. A new unit-test that covers the catalog behavior will be added separately.

Removes support for the UpstreamCA plugin, which was deprecated in favor
of the UpstreamAuthority plugin in 0.10.0.

Also removes the server catalog unit-test which only tested deprecation
behavior for UpstreamCA. A new unit-test that covers the catalog
behavior will be added separately.

Signed-off-by: Andrew Harding <andrew.harding@hpe.com>
@azdagron azdagron changed the title Remove support for UpstreamCA Remove support for deprecated UpstreamCA Jul 2, 2020
Copy link
Member

@amartinezfayo amartinezfayo left a comment

Choose a reason for hiding this comment

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


const (
// TODO: Replace with your plugin name. This will be used by the catalog
// to identify your plugin. Plugin names don't usually contain the plugin
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// to identify your plugin. Plugin names don't usually contain the plugin
// to identify your plugin. Plugin names don't usually contain the plugin type

Copy link
Member Author

Choose a reason for hiding this comment

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

👍

// This RPC is optional and will return NotImplemented if unsupported.
//
// Implementation note:
// The stream should be kept open open in the face of transient errors
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// The stream should be kept open open in the face of transient errors
// The stream should be kept open in the face of transient errors

Copy link
Member Author

Choose a reason for hiding this comment

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

This is also in the upstreamauthority.proto. I'll fix both.

@azdagron
Copy link
Member Author

azdagron commented Jul 2, 2020

I fixed them up as part of this PR but rolled the change back. The two configs are no longer in use (they were part of an HA playground that is no longer around). I was about to open up a PR to remove them.

Signed-off-by: Andrew Harding <andrew.harding@hpe.com>
Signed-off-by: Andrew Harding <andrew.harding@hpe.com>
@azdagron azdagron merged commit 40b4a07 into spiffe:master Jul 2, 2020
@azdagron azdagron deleted the remove-deprecated-upstreamca branch July 2, 2020 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants