Skip to content

Commit

Permalink
more granular package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu committed Oct 30, 2023
1 parent 6f19e71 commit 61e02d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ Then the broker must be instructed to use this class to build principals by
adding the following to the configuration file:

```properties
<<<<<<< Updated upstream
principal.builder.class=io.statnett.k3a-spiffe.SpiffePrincipalBuilder
=======
principal.builder.class=io.statnett.k3a.authz.spiffe.SpiffePrincipalBuilder
>>>>>>> Stashed changes
```

## References
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.statnett.k3aspiffe;
package io.statnett.k3a.authz.spiffe;

import org.apache.kafka.common.Configurable;
import org.apache.kafka.common.config.internals.BrokerSecurityConfigs;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.statnett.k3aspiffe;
package io.statnett.k3a.authz.spiffe;

import org.apache.kafka.common.security.auth.AuthenticationContext;
import org.apache.kafka.common.security.auth.KafkaPrincipal;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.statnett.k3aspiffe;
package io.statnett.k3a.authz.spiffe;

import org.apache.kafka.common.security.auth.AuthenticationContext;
import org.apache.kafka.common.security.auth.KafkaPrincipal;
Expand Down

0 comments on commit 61e02d5

Please sign in to comment.