alopresto commented on a change in pull request #3542: NIFI-6363 Integrates AWS
KMS SPP. Refactors SSPP.
URL: https://github.com/apache/nifi/pull/3542#discussion_r296352124
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/src/main/java/org/apache/nifi/properties/sensitive/SensitivePropertyMetadata.java
##########
@@ -14,10 +14,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.nifi.properties;
+package org.apache.nifi.properties.sensitive;
-public interface SensitivePropertyProviderFactory {
-
- SensitivePropertyProvider getProvider();
+/**
+ * Parent interface to allow provider-specific encryption metadata around
protected property values.
+ */
+public interface SensitivePropertyMetadata {
Review comment:
We may be able to remove the concept of encryption metadata as the change
from a long-lived, multiple key-handling provider implementation to a
flyweight, single-use provider might have rendered this unnecessary.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services