Skip to content

Commit

Permalink
feat: use io.statnett as prefix (#7)
Browse files Browse the repository at this point in the history
* feat: use io.statnett as prefix

* Update README.md

Co-authored-by: Erik Godding Boye <egboye@gmail.com>

* more granular package name

* rebase fix

* groupId

---------

Co-authored-by: Erik Godding Boye <egboye@gmail.com>
  • Loading branch information
sverrehu and erikgb authored Oct 31, 2023
1 parent 66a3463 commit 6959cc1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Then the broker must be instructed to use this class to build principals by
adding the following to the configuration file:

```properties
principal.builder.class=no.statnett.k3aspiffe.SpiffePrincipalBuilder
principal.builder.class=io.statnett.k3a.authz.spiffe.SpiffePrincipalBuilder
```

## References
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>no.statnett</groupId>
<groupId>io.statnett.k3a</groupId>
<artifactId>k3a-spiffe-principal-builder</artifactId>
<version>3.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package no.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 no.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 no.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 6959cc1

Please sign in to comment.