fazir83
fazir83
I'd like for this issue to be re-opened as it seems the configuration directives described in [src/main/java/org/opensearch/security/auditlog/sink/KafkaSink.java#L54](https://github.com/opensearch-project/security/blob/main/src/main/java/org/opensearch/security/auditlog/sink/KafkaSink.java#L54) seems to missing from [src/main/java/org/opensearch/security/support/ConfigConstants.java#L41](https://github.com/opensearch-project/security/blob/main/src/main/java/org/opensearch/security/support/ConfigConstants.java#L41). Preventing configuration of this sink.
Working around the issues with the configuration checking ``` [dev]$ git diff src/main/java/org/opensearch/security/support/ConfigConstants.java diff --git a/src/main/java/org/opensearch/security/support/ConfigConstants.java b/src/main/java/org/opensearch/security/support/ConfigConstants.java index a17678ea..3936e51a 100644 --- a/src/main/java/org/opensearch/security/support/ConfigConstants.java +++ b/src/main/java/org/opensearch/security/support/ConfigConstants.java @@ -204,6 +204,10 @@ public class...
Yes, that seems to be part of it. Though there mainly seems to be a dependency issue from what I gather, as I had to apply some what seemed to...
#820 Doesn't indicate that this was possible at all. That issue is closed with an unhelpful reference to Log4J documentation. Following these steps (Like I have, above) You'd end up...
To clarify, I specified the prometheus plugin just to follow the issue template, it has nothing to do with the issue at hand, as far as I'm aware. I have...
@willyborankin Please take a look at the comment I posted in [this issue](https://github.com/opensearch-project/security/issues/4373#issuecomment-2149400855) I had to run through some extreme hoops to actually get that to work since opensearch-security doesn't...