Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .github/actions/integration-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@ inputs:
required: true
vault-license-ci:
description: 'Vault license to use for enterprise tests'
hcp-organization-id:
description: 'HCP organization ID'
required: true
hcp-project-id:
description: 'HCP project ID'
required: true
hcp-client-id:
description: 'HCP client ID'
required: true
hcp-client-secret:
description: 'HCP client secret'
required: true
github-token:
description: 'GitHub token'
required: true
Expand Down Expand Up @@ -97,11 +85,6 @@ runs:
INTEGRATION_TESTS: "true"
VAULT_IMAGE_TAG: ${{ inputs.vault-version }}
VAULT_LICENSE_CI: ${{ inputs.vault-license-ci }}
HCP_ORGANIZATION_ID: ${{ inputs.hcp-organization-id }}
HCP_PROJECT_ID: ${{ inputs.hcp-project-id }}
HCP_CLIENT_ID: ${{ inputs.hcp-client-id }}
HCP_CLIENT_SECRET: ${{ inputs.hcp-client-secret }}
SKIP_HCPVSAPPS_TESTS: "true"
GITHUB_TOKEN: ${{ inputs.github-token }}
# used by scripts that fetch build tools from GH
GH_GET_RETRIES: 5
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,6 @@ jobs:
installation-method: ${{ matrix.installation-method }}
operator-image-archive: ${{ github.event.repository.name }}_release-default_linux_amd64_${{ needs.get-product-version.outputs.product-version }}_${{ github.sha }}.docker.tar
vault-license-ci: ${{ secrets.VAULT_LICENSE_CI }}
hcp-organization-id: ${{ secrets.HCP_ORGANIZATION_ID }}
hcp-project-id: ${{ secrets.HCP_PROJECT_ID }}
hcp-client-id: ${{ secrets.HCP_CLIENT_ID }}
hcp-client-secret: ${{ secrets.HCP_CLIENT_SECRET }}
github-token: ${{ secrets.GITHUB_TOKEN }}
log-prefix: "latest-vault-"
latest-k8s:
Expand Down Expand Up @@ -437,10 +433,6 @@ jobs:
installation-method: ${{ matrix.installation-method }}
operator-image-archive: ${{ github.event.repository.name }}_release-default_linux_amd64_${{ needs.get-product-version.outputs.product-version }}_${{ github.sha }}.docker.tar
vault-license-ci: ${{ secrets.VAULT_LICENSE_CI }}
hcp-organization-id: ${{ secrets.HCP_ORGANIZATION_ID }}
hcp-project-id: ${{ secrets.HCP_PROJECT_ID }}
hcp-client-id: ${{ secrets.HCP_CLIENT_ID }}
hcp-client-secret: ${{ secrets.HCP_CLIENT_SECRET }}
github-token: ${{ secrets.GITHUB_TOKEN }}
log-prefix: "latest-k8s-"

Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ SKIP_CLEANUP ?=
SKIP_AWS_TESTS ?= true
SKIP_AWS_STATIC_CREDS_TEST ?= true
SKIP_GCP_TESTS ?= true
SKIP_HCPVSAPPS_TESTS ?= false

# filter bats unit tests to run.
BATS_TESTS_FILTER ?= .\*
Expand Down Expand Up @@ -259,7 +258,7 @@ run: manifests generate fmt vet ## Run a controller from your host.

.PHONY: docker-build
docker-build: test ## Build docker image with the manager.
docker build -t $(IMG) . --target=dev \
docker build -t $(IMG) . --target=dev --load \
--build-arg GOOS=$(GOOS) \
--build-arg GOARCH=$(GOARCH) \
--build-arg GO_VERSION=$(shell cat .go-version) \
Expand Down
18 changes: 0 additions & 18 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,6 @@ resources:
kind: VaultTransit
path: github.com/hashicorp/vault-secrets-operator/api/v1beta1
version: v1beta1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: hashicorp.com
group: secrets
kind: HCPAuth
path: github.com/hashicorp/vault-secrets-operator/api/v1beta1
version: v1beta1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: hashicorp.com
group: secrets
kind: HCPVaultSecretsApp
path: github.com/hashicorp/vault-secrets-operator/api/v1beta1
version: v1beta1
- api:
crdVersion: v1
namespaced: true
Expand Down
82 changes: 0 additions & 82 deletions api/v1beta1/hcpauth_types.go

This file was deleted.

112 changes: 0 additions & 112 deletions api/v1beta1/hcpvaultsecretsapp_types.go

This file was deleted.

Loading