Skip to content

Commit

Permalink
#81 remove sensitive config encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-dammeier committed Oct 7, 2024
1 parent 073c886 commit 70407e5
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 1,143 deletions.
66 changes: 0 additions & 66 deletions pkg/adapter/config/encryptionAdapter.go

This file was deleted.

9 changes: 0 additions & 9 deletions pkg/adapter/config/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,8 @@ package config

import (
"github.com/cloudogu/cesapp-lib/registry"
v1 "k8s.io/client-go/kubernetes/typed/core/v1"
)

type secret interface {
v1.SecretInterface
}

type etcdRegistry interface {
registry.Registry
}

//nolint:unused
//goland:noinspection GoUnusedType
type globalConfigStore interface {
Expand Down
Loading

0 comments on commit 70407e5

Please sign in to comment.