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

Feature/barbican secret #1080

Merged
merged 2 commits into from
Sep 1, 2017
Merged

Conversation

rschollmeyer
Copy link
Contributor

Add barbican secrets implementation inspired by the Openstack Secrets API.

Copy link
Member

@auhlig auhlig left a comment

Choose a reason for hiding this comment

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

LGTM. Many thanks for contributing @rschollmeyer

public class BarbicanSecret implements Secret {

private String name;
@JsonProperty("algorithm")
Copy link
Member

Choose a reason for hiding this comment

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

Nit: @JsonProperty("<jsonName>") is optional, if property name is equal in json and java

*/
public interface SecretService {

List<? extends Secret> list(final Map<String, String> filteringParams);
Copy link
Member

Choose a reason for hiding this comment

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

Learning question: Why make this final?

@auhlig auhlig added this to the 3.1.0 Release milestone Sep 1, 2017
@auhlig auhlig merged commit 6287f9d into ContainX:master Sep 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants