Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dgghinea committed Nov 14, 2023
1 parent 0ed3c0c commit 09ceff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pkg/kong/provisioning.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ func (k KongClient) CreateAuthKey(ctx context.Context, consumerID string, keyAut
return nil, err
}
return keyAuth, nil

}

func (k KongClient) AddRouteACL(ctx context.Context, routeID, allowedID string) error {
log := k.logger.WithField("consumerID", allowedID).WithField("routeID", routeID)
plugins, err := k.Plugins.ListAll(ctx)
Expand Down
3 changes: 0 additions & 3 deletions pkg/subscription/provision.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ package subscription

import (
"context"
"fmt"

klib "github.com/kong/go-kong/kong"
"github.com/sirupsen/logrus"

"github.com/Axway/agent-sdk/pkg/agent"
"github.com/Axway/agent-sdk/pkg/apic/provisioning"
"github.com/Axway/agent-sdk/pkg/util/log"

"github.com/Axway/agents-kong/pkg/common"
"github.com/Axway/agents-kong/pkg/kong"
"github.com/Axway/agents-kong/pkg/subscription/access"
"github.com/Axway/agents-kong/pkg/subscription/application"
Expand Down

0 comments on commit 09ceff8

Please sign in to comment.