Skip to content

Commit 0a7b4bd

Browse files
committed
Update import paths
1 parent 9b26a5f commit 0a7b4bd

10 files changed

Lines changed: 37 additions & 37 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Okta
22

3-
[![Build Status](https://travis-ci.org/NetAuth/plugin-okta.svg?branch=master)](https://travis-ci.org/NetAuth/plugin-okta)
4-
[![Go Report Card](https://goreportcard.com/badge/github.com/NetAuth/plugin-okta)](https://goreportcard.com/report/github.com/NetAuth/plugin-okta)
3+
[![Build Status](https://travis-ci.org/netauth/plugin-okta.svg?branch=master)](https://travis-ci.org/netauth/plugin-okta)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/netauth/plugin-okta)](https://goreportcard.com/report/github.com/netauth/plugin-okta)
55

6-
The Okta plugin provides a means to synchronize your NetAuth server
6+
The Okta plugin provides a means to synchronize your netauth server
77
with Okta. This allows you to easily use Okta to provide SAML and
88
OIDC services with the same credentials that the rest of your
99
environment uses.

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
module github.com/NetAuth/plugin-okta
1+
module github.com/netauth/plugin-okta
22

33
go 1.12
44

55
require (
6-
github.com/NetAuth/NetAuth v0.1.5-0.20190910041404-507f94268003
7-
github.com/NetAuth/Protocol v0.0.0-20190423042654-b6296098bf96
6+
github.com/netauth/netauth v0.1.5-0.20190910041404-507f94268003
7+
github.com/netauth/Protocol v0.0.0-20190423042654-b6296098bf96
88
github.com/golang/protobuf v1.3.2 // indirect
99
github.com/hashicorp/go-hclog v0.9.2
1010
github.com/okta/okta-sdk-golang v1.0.1

go.sum

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
22
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
3-
github.com/NetAuth/NetAuth v0.1.4 h1:ff5MMd15m+2qNxLWAf3wc33E/CIEulJLa3/C9nr+v1Y=
4-
github.com/NetAuth/NetAuth v0.1.4/go.mod h1:5zu8zaGAzaxYLOUUj6ZXlIcw7BRhmZT981ZTGhugem8=
5-
github.com/NetAuth/NetAuth v0.1.5-0.20190906065747-207deb497720 h1:gTNw7vTcak5HoqjO+PvHAfDmtGdKblXgU7T2KYtpCio=
6-
github.com/NetAuth/NetAuth v0.1.5-0.20190906065747-207deb497720/go.mod h1:7RO3RQKSobRoghtojZ8hA/SBylqEGteZ+xhYU/IexC8=
7-
github.com/NetAuth/NetAuth v0.1.5-0.20190908015911-c67466ed36b7 h1:6gv0pLKlk0L85bD1xxFPu5bdUzXb7400PN2gAIQYgj0=
8-
github.com/NetAuth/NetAuth v0.1.5-0.20190908015911-c67466ed36b7/go.mod h1:7RO3RQKSobRoghtojZ8hA/SBylqEGteZ+xhYU/IexC8=
9-
github.com/NetAuth/NetAuth v0.1.5-0.20190908020435-433796fba75e h1:xAPUZrX/YB2Jay+qiiromoilscalhmDGCvY9lHivsEw=
10-
github.com/NetAuth/NetAuth v0.1.5-0.20190908020435-433796fba75e/go.mod h1:7RO3RQKSobRoghtojZ8hA/SBylqEGteZ+xhYU/IexC8=
11-
github.com/NetAuth/NetAuth v0.1.5-0.20190908040708-99f89c21459d h1:iVa8DbFqvzhxPrD68Yj+cSgTbu0rzdB7ldAYdTNI6Wg=
12-
github.com/NetAuth/NetAuth v0.1.5-0.20190908040708-99f89c21459d/go.mod h1:7RO3RQKSobRoghtojZ8hA/SBylqEGteZ+xhYU/IexC8=
13-
github.com/NetAuth/NetAuth v0.1.5-0.20190908061829-d33cf3914de8 h1:kXkjpX4l8wZvQ6N/EElUKgA2wUbRSTFHAlXFXOE7bWo=
14-
github.com/NetAuth/NetAuth v0.1.5-0.20190908061829-d33cf3914de8/go.mod h1:7RO3RQKSobRoghtojZ8hA/SBylqEGteZ+xhYU/IexC8=
15-
github.com/NetAuth/NetAuth v0.1.5-0.20190910041404-507f94268003 h1:Z3A9fbRGDl/RWHcTOPdZL2PevJgNGjcA8qEF9LTpbnk=
16-
github.com/NetAuth/NetAuth v0.1.5-0.20190910041404-507f94268003/go.mod h1:7RO3RQKSobRoghtojZ8hA/SBylqEGteZ+xhYU/IexC8=
17-
github.com/NetAuth/Protocol v0.0.0-20190121213421-fa32b3772b23/go.mod h1:CO+2Q2H4PqOcK9PO0fBxaZrygsIjTHn3k+f24c+Qmj0=
18-
github.com/NetAuth/Protocol v0.0.0-20190423042654-b6296098bf96 h1:sA8zUayQTmfIbRd98R8KS/AewfohWiwTWt5K+m+dPLk=
19-
github.com/NetAuth/Protocol v0.0.0-20190423042654-b6296098bf96/go.mod h1:CO+2Q2H4PqOcK9PO0fBxaZrygsIjTHn3k+f24c+Qmj0=
3+
github.com/netauth/netauth v0.1.4 h1:ff5MMd15m+2qNxLWAf3wc33E/CIEulJLa3/C9nr+v1Y=
4+
github.com/netauth/netauth v0.1.4/go.mod h1:5zu8zaGAzaxYLOUUj6ZXlIcw7BRhmZT981ZTGhugem8=
5+
github.com/netauth/netauth v0.1.5-0.20190906065747-207deb497720 h1:gTNw7vTcak5HoqjO+PvHAfDmtGdKblXgU7T2KYtpCio=
6+
github.com/netauth/netauth v0.1.5-0.20190906065747-207deb497720/go.mod h1:7RO3RQKSobRoghtojZ8hA/SBylqEGteZ+xhYU/IexC8=
7+
github.com/netauth/netauth v0.1.5-0.20190908015911-c67466ed36b7 h1:6gv0pLKlk0L85bD1xxFPu5bdUzXb7400PN2gAIQYgj0=
8+
github.com/netauth/netauth v0.1.5-0.20190908015911-c67466ed36b7/go.mod h1:7RO3RQKSobRoghtojZ8hA/SBylqEGteZ+xhYU/IexC8=
9+
github.com/netauth/netauth v0.1.5-0.20190908020435-433796fba75e h1:xAPUZrX/YB2Jay+qiiromoilscalhmDGCvY9lHivsEw=
10+
github.com/netauth/netauth v0.1.5-0.20190908020435-433796fba75e/go.mod h1:7RO3RQKSobRoghtojZ8hA/SBylqEGteZ+xhYU/IexC8=
11+
github.com/netauth/netauth v0.1.5-0.20190908040708-99f89c21459d h1:iVa8DbFqvzhxPrD68Yj+cSgTbu0rzdB7ldAYdTNI6Wg=
12+
github.com/netauth/netauth v0.1.5-0.20190908040708-99f89c21459d/go.mod h1:7RO3RQKSobRoghtojZ8hA/SBylqEGteZ+xhYU/IexC8=
13+
github.com/netauth/netauth v0.1.5-0.20190908061829-d33cf3914de8 h1:kXkjpX4l8wZvQ6N/EElUKgA2wUbRSTFHAlXFXOE7bWo=
14+
github.com/netauth/netauth v0.1.5-0.20190908061829-d33cf3914de8/go.mod h1:7RO3RQKSobRoghtojZ8hA/SBylqEGteZ+xhYU/IexC8=
15+
github.com/netauth/netauth v0.1.5-0.20190910041404-507f94268003 h1:Z3A9fbRGDl/RWHcTOPdZL2PevJgNGjcA8qEF9LTpbnk=
16+
github.com/netauth/netauth v0.1.5-0.20190910041404-507f94268003/go.mod h1:7RO3RQKSobRoghtojZ8hA/SBylqEGteZ+xhYU/IexC8=
17+
github.com/netauth/Protocol v0.0.0-20190121213421-fa32b3772b23/go.mod h1:CO+2Q2H4PqOcK9PO0fBxaZrygsIjTHn3k+f24c+Qmj0=
18+
github.com/netauth/Protocol v0.0.0-20190423042654-b6296098bf96 h1:sA8zUayQTmfIbRd98R8KS/AewfohWiwTWt5K+m+dPLk=
19+
github.com/netauth/Protocol v0.0.0-20190423042654-b6296098bf96/go.mod h1:CO+2Q2H4PqOcK9PO0fBxaZrygsIjTHn3k+f24c+Qmj0=
2020
github.com/RoaringBitmap/roaring v0.4.17/go.mod h1:D3qVegWTmfCaX4Bl5CrBE9hfrSrrXIr8KVNvRsDi1NI=
2121
github.com/Smerity/govarint v0.0.0-20150407073650-7265e41f48f1/go.mod h1:o80NPAib/LOl8Eysqppjj7kkGkqz++eqzYGlvROpDcQ=
2222
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=

impl/entity.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import (
55

66
"github.com/okta/okta-sdk-golang/okta"
77

8-
"github.com/NetAuth/NetAuth/pkg/plugin/tree"
8+
"github.com/netauth/netauth/pkg/plugin/tree"
99

10-
pb "github.com/NetAuth/Protocol"
10+
pb "github.com/netauth/Protocol"
1111
)
1212

1313
// EntityCreate propagates entity creation events. This makes certain

impl/group.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ package impl
33
import (
44
"github.com/okta/okta-sdk-golang/okta"
55

6-
"github.com/NetAuth/NetAuth/pkg/plugin/tree"
6+
"github.com/netauth/netauth/pkg/plugin/tree"
77

8-
pb "github.com/NetAuth/Protocol"
8+
pb "github.com/netauth/Protocol"
99
)
1010

1111
// GroupCreate will create a matched group in Okta. Assigning
1212
// applications to this group must still be done in Okta directly, but
13-
// the group and its attributes are mapped from NetAuth.
13+
// the group and its attributes are mapped from netauth.
1414
func (o OktaPlugin) GroupCreate(g pb.Group) (pb.Group, error) {
1515
og := okta.Group{
1616
Profile: &okta.GroupProfile{

impl/groupsync.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package impl
33
import (
44
"time"
55

6-
"github.com/NetAuth/NetAuth/pkg/client"
6+
"github.com/netauth/netauth/pkg/client"
77

8-
pb "github.com/NetAuth/Protocol"
8+
pb "github.com/netauth/Protocol"
99
)
1010

1111
func (o OktaPlugin) groupSyncTimer() {

impl/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/okta/okta-sdk-golang/okta"
1010
"github.com/spf13/viper"
1111

12-
"github.com/NetAuth/NetAuth/pkg/plugin/tree"
12+
"github.com/netauth/netauth/pkg/plugin/tree"
1313
)
1414

1515
var (

impl/type.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ package impl
33
import (
44
"github.com/okta/okta-sdk-golang/okta"
55

6-
"github.com/NetAuth/NetAuth/pkg/plugin/tree"
6+
"github.com/netauth/netauth/pkg/plugin/tree"
77
)
88

99
// OktaPlugin is the implementation of the plugin that can talk to
10-
// both NetAuth and to Okta.
10+
// both netauth and to Okta.
1111
type OktaPlugin struct {
1212
tree.NullPlugin
1313

impl/util.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package impl
33
import (
44
"strings"
55

6-
"github.com/NetAuth/NetAuth/pkg/plugin/tree"
6+
"github.com/netauth/netauth/pkg/plugin/tree"
77

8-
pb "github.com/NetAuth/Protocol"
8+
pb "github.com/netauth/Protocol"
99
)
1010

1111
func getEntityOktaID(e pb.Entity) string {

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package main
22

33
import (
4-
"github.com/NetAuth/plugin-okta/impl"
4+
"github.com/netauth/plugin-okta/impl"
55

6-
"github.com/NetAuth/NetAuth/pkg/plugin/tree"
6+
"github.com/netauth/netauth/pkg/plugin/tree"
77
)
88

99
func main() {

0 commit comments

Comments
 (0)