Skip to content

Commit

Permalink
webhook: extract the main code to pkg (bank-vaults#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido authored May 25, 2021
1 parent 770833a commit de9755f
Show file tree
Hide file tree
Showing 11 changed files with 692 additions and 635 deletions.
605 changes: 11 additions & 594 deletions cmd/vault-secrets-webhook/main.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cmd/vault-secrets-webhook/common.go → pkg/webhook/common.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2020 Banzai Cloud
// Copyright © 2021 Banzai Cloud
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package main
package webhook

import (
"regexp"
Expand Down
Loading

0 comments on commit de9755f

Please sign in to comment.