Skip to content

Commit

Permalink
feat: use io.statnett as prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu committed Oct 30, 2023
1 parent 66a3463 commit 4eae588
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.k3aspiffe.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</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.k3aspiffe;

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.k3aspiffe;

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.k3aspiffe;

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

0 comments on commit 4eae588

Please sign in to comment.