-
Notifications
You must be signed in to change notification settings - Fork 8
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
ISSUE-594: Schema registry ranger plugin #650
ISSUE-594: Schema registry ranger plugin #650
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left first round of comments
common/src/main/java/com/hortonworks/registries/common/AuthMethodConfiguration.java
Show resolved
Hide resolved
common/src/main/java/com/hortonworks/registries/common/AuthMethodConfiguration.java
Show resolved
Hide resolved
...nt/src/main/java/com/hortonworks/registries/schemaregistry/authorizer/AuthorizerFactory.java
Show resolved
Hide resolved
...nt/src/main/java/com/hortonworks/registries/schemaregistry/authorizer/AuthorizerFactory.java
Outdated
Show resolved
Hide resolved
...va/com/hortonworks/registries/schemaregistry/authorizer/agent/DefaultAuthorizationAgent.java
Outdated
Show resolved
Hide resolved
...va/com/hortonworks/registries/schemaregistry/authorizer/agent/DefaultAuthorizationAgent.java
Show resolved
Hide resolved
...va/com/hortonworks/registries/schemaregistry/authorizer/agent/DefaultAuthorizationAgent.java
Show resolved
Hide resolved
...va/com/hortonworks/registries/schemaregistry/authorizer/agent/DefaultAuthorizationAgent.java
Show resolved
Hide resolved
...va/com/hortonworks/registries/schemaregistry/authorizer/agent/DefaultAuthorizationAgent.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left few more comments
...rc/test/java/com/hortonworks/registries/schemaregistry/authorizer/AuthorizerFactoryTest.java
Show resolved
Hide resolved
...om/hortonworks/registries/schemaregistry/authorizer/agent/DefaultAuthorizationAgentTest.java
Outdated
Show resolved
Hide resolved
...est/java/com/hortonworks/registries/schemaregistry/authorizer/agent/util/TestAuthorizer.java
Show resolved
Hide resolved
...est/java/com/hortonworks/registries/schemaregistry/authorizer/agent/util/TestAuthorizer.java
Show resolved
Hide resolved
...est/java/com/hortonworks/registries/schemaregistry/authorizer/agent/util/TestAuthorizer.java
Outdated
Show resolved
Hide resolved
...om/hortonworks/registries/schemaregistry/authorizer/agent/DefaultAuthorizationAgentTest.java
Show resolved
Hide resolved
...om/hortonworks/registries/schemaregistry/authorizer/agent/DefaultAuthorizationAgentTest.java
Show resolved
Hide resolved
...rks/registries/schemaregistry/authorizer/ranger/shim/RangerSchemaRegistryAuthorizerTest.java
Show resolved
Hide resolved
...tonworks/registries/schemaregistry/authorizer/ranger/RangerSchemaRegistryAuthorizerImpl.java
Outdated
Show resolved
Hide resolved
...rizer/ranger-plugin/ranger-authorizer/src/test/resources/ranger-schema-registry-security.xml
Show resolved
Hide resolved
c3d2438
to
551563f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few more comments
...c/main/java/com/hortonworks/registries/schemaregistry/webservice/SchemaRegistryResource.java
Outdated
Show resolved
Hide resolved
...c/main/java/com/hortonworks/registries/schemaregistry/webservice/SchemaRegistryResource.java
Outdated
Show resolved
Hide resolved
...ain/java/com/hortonworks/registries/schemaregistry/webservice/LocalSchemaRegistryServer.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left few more comments.
...va/com/hortonworks/registries/schemaregistry/authorizer/agent/DefaultAuthorizationAgent.java
Outdated
Show resolved
Hide resolved
...va/com/hortonworks/registries/schemaregistry/authorizer/agent/DefaultAuthorizationAgent.java
Outdated
Show resolved
Hide resolved
...main/java/com/hortonworks/registries/schemaregistry/authorizer/agent/AuthorizationUtils.java
Outdated
Show resolved
Hide resolved
...va/com/hortonworks/registries/schemaregistry/authorizer/agent/DefaultAuthorizationAgent.java
Outdated
Show resolved
Hide resolved
...main/java/com/hortonworks/registries/schemaregistry/authorizer/agent/AuthorizationAgent.java
Outdated
Show resolved
Hide resolved
...core/src/main/java/com/hortonworks/registries/schemaregistry/authorizer/core/Authorizer.java
Show resolved
Hide resolved
.../src/test/java/com/hortonworks/registries/schemaregistry/authorizer/core/AuthorizerTest.java
Show resolved
Hide resolved
...core/src/main/java/com/hortonworks/registries/schemaregistry/authorizer/core/Authorizer.java
Show resolved
Hide resolved
schema-registry/authorizer/ranger-plugin/ranger-authorizer/pom.xml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you provide a README providing the details of authorization with an intro to the modules you are introducing?
...tonworks/registries/schemaregistry/webservice/ConfluentSchemaRegistryCompatibleResource.java
Outdated
Show resolved
Hide resolved
...tonworks/registries/schemaregistry/webservice/ConfluentSchemaRegistryCompatibleResource.java
Outdated
Show resolved
Hide resolved
...tonworks/registries/schemaregistry/webservice/ConfluentSchemaRegistryCompatibleResource.java
Outdated
Show resolved
Hide resolved
...tonworks/registries/schemaregistry/webservice/ConfluentSchemaRegistryCompatibleResource.java
Outdated
Show resolved
Hide resolved
...onworks/registries/schemaregistry/authorizer/ranger/shim/RangerSchemaRegistryAuthorizer.java
Show resolved
Hide resolved
...c/main/java/com/hortonworks/registries/schemaregistry/webservice/SchemaRegistryResource.java
Show resolved
Hide resolved
...main/java/com/hortonworks/registries/schemaregistry/authorizer/agent/AuthorizationUtils.java
Outdated
Show resolved
Hide resolved
b519618
to
b0aad82
Compare
LGTM.... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…nted as enums, authorizer-shim module is refactored
cfc0f14
to
d7a0c6a
Compare
Fixes #594