Skip to content

Commit

Permalink
Merge pull request #50 from Kuadrant/authpolicy-api-key
Browse files Browse the repository at this point in the history
kuadrant authpolicy command: support apikey
  • Loading branch information
eguzki authored Nov 29, 2023
2 parents 1148fc8 + 675c190 commit 6405744
Show file tree
Hide file tree
Showing 6 changed files with 427 additions and 64 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
install:
name: Run kuadrantctl install
runs-on: ubuntu-latest
env:
KIND_CLUSTER_NAME: kuadrantctl-local
steps:
- name: Set up Go 1.21.x
uses: actions/setup-go@v4
Expand All @@ -21,7 +23,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1.8.0
with:
version: v0.20.0
config: utils/kind-cluster.yaml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
env:
KIND_CLUSTER_NAME: kuadrant-local
KIND_CLUSTER_NAME: kuadrantctl-local
steps:
- name: Set up Go 1.21.x
uses: actions/setup-go@v4
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1.8.0
with:
version: v0.20.0
config: utils/kind-cluster.yaml
Expand Down
Loading

0 comments on commit 6405744

Please sign in to comment.