-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: wip Signed-off-by: Bence Csati <[email protected]> * refactor Signed-off-by: Bence Csati <[email protected]> * refactor: genericize main functionality Signed-off-by: Bence Csati <[email protected]> * refactor: all mutate objects, only pod remains Signed-off-by: Bence Csati <[email protected]> * refactor: all mutate objects, only pod remains Signed-off-by: Bence Csati <[email protected]> * refactor Signed-off-by: Bence Csati <[email protected]> * refactor: last commit before refactoring pod.go Signed-off-by: Bence Csati <[email protected]> * refactor: finished Signed-off-by: Bence Csati <[email protected]> * refactor: finished Signed-off-by: Bence Csati <[email protected]> * fix: Minor fixes Signed-off-by: Bence Csati <[email protected]> * feat(bao_tests): Add bao unit tests Signed-off-by: Bence Csati <[email protected]> * refactor: Done Signed-off-by: Bence Csati <[email protected]> * refactor: Final Signed-off-by: Bence Csati <[email protected]> * refactor: finishing touches Signed-off-by: Bence Csati <[email protected]> * refactor: finishing touches Signed-off-by: Bence Csati <[email protected]> * refactor: done Signed-off-by: Bence Csati <[email protected]> * fix Signed-off-by: Bence Csati <[email protected]> * ci: trigger Signed-off-by: Bence Csati <[email protected]> * ci: trigger Signed-off-by: Bence Csati <[email protected]> * ci(e2e-test): use version matrix for operator Signed-off-by: Bence Csati <[email protected]> * refactor: Prepare backwards compatibility Signed-off-by: Bence Csati <[email protected]> * feat: preserve backwards compatibility Signed-off-by: Bence Csati <[email protected]> * refactor: finish up config Signed-off-by: Bence Csati <[email protected]> * refactor: factour out env-vars Signed-off-by: Bence Csati <[email protected]> * chore: go mod tidy Signed-off-by: Bence Csati <[email protected]> * refactor: make env-vars backwards compatible Signed-off-by: Bence Csati <[email protected]> * fix: CI errors Signed-off-by: Bence Csati <[email protected]> * fix: add startup probe checks Signed-off-by: Bence Csati <[email protected]> * feat: add all probes to mutate probes tests Signed-off-by: Bence Csati <[email protected]> * refactor: finished webhook refactoring Signed-off-by: Bence Csati <[email protected]> * fix: add logger to provider struct Signed-off-by: Bence Csati <[email protected]> * fix: only create client when not using vault-agent Signed-off-by: Bence Csati <[email protected]> * chore: update nix Signed-off-by: Bence Csati <[email protected]> * chore: remove obsolete docker-compose version Signed-off-by: Bence Csati <[email protected]> * chore: finishing touches Signed-off-by: Bence Csati <[email protected]> * chore: update dependencies Signed-off-by: Bence Csati <[email protected]> * fix: use original Bao image Signed-off-by: Bence Csati <[email protected]> * chore: export default timeout on e2e tests Signed-off-by: Bence Csati <[email protected]> * refactor: Use obj namespace instead of ar namespace, factor out secret Init config, introduce cleanup annotation Signed-off-by: Bence Csati <[email protected]> * fix: old annotations only checked, but not deleted Signed-off-by: Bence Csati <[email protected]> * feat: Add example fiels recently deleted from operator repo Signed-off-by: Bence Csati <[email protected]> * fix: linters Signed-off-by: Bence Csati <[email protected]> * chore: update dependencies Signed-off-by: Bence Csati <[email protected]> * chore: take out annotation prefix Signed-off-by: Bence Csati <[email protected]> * chore: move out params to structs, common for all providers Signed-off-by: Bence Csati <[email protected]> * chore: use secret-init env-vars from secret-init repo Signed-off-by: Bence Csati <[email protected]> * chore: add comment to agent configs Signed-off-by: Bence Csati <[email protected]> * fix Signed-off-by: Bence Csati <[email protected]> * fix: introduced error Signed-off-by: Bence Csati <[email protected]> --------- Signed-off-by: Bence Csati <[email protected]>
- Loading branch information
Showing
75 changed files
with
7,980 additions
and
3,511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
version: "3.9" | ||
|
||
services: | ||
vault: | ||
container_name: secrets-webhook-vault | ||
image: hashicorp/vault:1.14.8 | ||
ports: | ||
- 127.0.0.1:8200:8200 | ||
environment: | ||
SKIP_SETCAP: true | ||
SKIP_SETCAP: "true" | ||
VAULT_ADDR: http://127.0.0.1:8200 | ||
VAULT_TOKEN: 227e1cce-6bf7-30bb-2d2a-acc854318caf | ||
VAULT_DEV_ROOT_TOKEN_ID: 227e1cce-6bf7-30bb-2d2a-acc854318caf | ||
|
||
bao: | ||
container_name: secrets-webhook-bao | ||
image: quay.io/openbao/openbao@sha256:a015ae0adb1af5b45b33632e29879ff87063d0878e9359584a50b2706e500e9a # 2.0.0-alpha20240329 | ||
ports: | ||
- 127.0.0.1:8300:8200 | ||
environment: | ||
SKIP_SETCAP: "true" | ||
BAO_ADDR: http://127.0.0.1:8200 | ||
BAO_TOKEN: 227e1cce-6bf7-30bb-2d2a-acc854318caf | ||
BAO_DEV_ROOT_TOKEN_ID: 227e1cce-6bf7-30bb-2d2a-acc854318caf |
Oops, something went wrong.