Skip to content

Commit

Permalink
move to static list of passthrough creds
Browse files Browse the repository at this point in the history
in preparation for moving the credentialsrequests manifests out of this repo (and into each coresponding repo's own location), remove the CredentialsRequest manifests and (for now) keep a static list in pkg/controller/utils/utils.go (to continue to allow annotating mint vs passthrough)

remove go-bindata dependency
  • Loading branch information
Joel Diaz committed Feb 20, 2019
1 parent 4726195 commit 083772f
Show file tree
Hide file tree
Showing 35 changed files with 66 additions and 2,230 deletions.
11 changes: 0 additions & 11 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
required = [
"github.com/aws/aws-sdk-go",
"github.com/emicklei/go-restful",
"github.com/jteeuwen/go-bindata",
"github.com/onsi/ginkgo", # for test framework
"github.com/onsi/gomega", # for test matchers
"github.com/stretchr/testify/assert",
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ vet:
# Generate code
generate:
go generate ./pkg/... ./cmd/...
# generate static assets
hack/update-bindata.sh

# Build the image with buildah
.PHONY: buildah-build
Expand Down
20 changes: 0 additions & 20 deletions hack/update-bindata.sh

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

106 changes: 0 additions & 106 deletions pkg/controller/assets/bindata.go

This file was deleted.

Loading

0 comments on commit 083772f

Please sign in to comment.