-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Istio-style SPIFFE IDs; custom namespaces, and trust domains (#…
…1011) * testing with custom manifests Signed-off-by: Volkan Özçelik <[email protected]> * env var change Signed-off-by: Volkan Özçelik <[email protected]> * updated trust domain of SCM. Signed-off-by: Volkan Özçelik <[email protected]> * manifest update Signed-off-by: Volkan Özçelik <[email protected]> * add SPIFFE trust domain to charts Signed-off-by: Volkan Özçelik <[email protected]> * add diagnostic code Signed-off-by: Volkan Özçelik <[email protected]> * add diagnostic code Signed-off-by: Volkan Özçelik <[email protected]> * manifest and business logic update Signed-off-by: Volkan Özçelik <[email protected]> * more diagnostics Signed-off-by: Volkan Özçelik <[email protected]> * more diagnostic Signed-off-by: Volkan Özçelik <[email protected]> * more diagnostics Signed-off-by: Volkan Özçelik <[email protected]> * typo fix Signed-off-by: Volkan Özçelik <[email protected]> * manifest update Signed-off-by: Volkan Özçelik <[email protected]> * more diagnostics Signed-off-by: Volkan Özçelik <[email protected]> * manifest update Signed-off-by: Volkan Özçelik <[email protected]> * manifest update Signed-off-by: Volkan Özçelik <[email protected]> * Add missing route. Signed-off-by: Volkan Özçelik <[email protected]> * manifest changes and validation fixes Signed-off-by: Volkan Özçelik <[email protected]> * manifest updates Signed-off-by: Volkan Özçelik <[email protected]> * debug code Signed-off-by: Volkan Özçelik <[email protected]> * more debug code Signed-off-by: Volkan Özçelik <[email protected]> * manifest fix Signed-off-by: Volkan Özçelik <[email protected]> * manifest update Signed-off-by: Volkan Özçelik <[email protected]> * manifest update Signed-off-by: Volkan Özçelik <[email protected]> * Fix failing tests Signed-off-by: Volkan Özçelik <[email protected]> * test fix Signed-off-by: Volkan Özçelik <[email protected]> --------- Signed-off-by: Volkan Özçelik <[email protected]>
- Loading branch information
Showing
27 changed files
with
786 additions
and
292 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
Empty file.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/usr/bin/env bash | ||
|
||
# /* | ||
# | Protect your secrets, protect your sensitive data. | ||
# : Explore VMware Secrets Manager docs at https://vsecm.com/ | ||
# </ | ||
# <>/ keep your secrets... secret | ||
# >/ | ||
# <>/' Copyright 2023-present VMware Secrets Manager contributors. | ||
# >/' SPDX-License-Identifier: BSD-2-Clause | ||
# */ | ||
|
||
cp ./helm-charts/0.25.4/values-custom.yaml ./helm-charts/0.25.4/values.yaml | ||
make k8s-manifests-update VERSION=0.25.4 |
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
Oops, something went wrong.