-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update snapshots and enable external secrets and istio tests
On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
- Loading branch information
Showing
4 changed files
with
88 additions
and
2 deletions.
There are no files selected for viewing
44 changes: 43 additions & 1 deletion
44
charts/keycloak/tests/__snapshot__/external-secrets_test.yaml.snap
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 +1,43 @@ | ||
{} | ||
matches the snapshot: | ||
1: | | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: ExternalSecret | ||
metadata: | ||
name: RELEASE-NAME-keycloak-admin | ||
namespace: openmfp-system | ||
spec: | ||
data: | ||
- remoteRef: | ||
conversionStrategy: Default | ||
key: dxp-core-team/manual-secrets/keycloak-admin | ||
property: password | ||
secretKey: secret | ||
refreshInterval: 10m | ||
secretStoreRef: | ||
kind: SecretStore | ||
name: environment-store | ||
target: | ||
creationPolicy: Owner | ||
deletionPolicy: Retain | ||
name: keycloak-admin | ||
2: | | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: ExternalSecret | ||
metadata: | ||
name: RELEASE-NAME-keycloak-postgres | ||
namespace: openmfp-system | ||
spec: | ||
data: | ||
- remoteRef: | ||
conversionStrategy: Default | ||
key: null | ||
property: password | ||
secretKey: password | ||
refreshInterval: 10m | ||
secretStoreRef: | ||
kind: SecretStore | ||
name: environment-store | ||
target: | ||
creationPolicy: Owner | ||
deletionPolicy: Retain | ||
name: postgres-admin-password |
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 +1,37 @@ | ||
{} | ||
matches the snapshot: | ||
1: | | ||
apiVersion: networking.istio.io/v1beta1 | ||
kind: VirtualService | ||
metadata: | ||
name: RELEASE-NAME-keycloak | ||
spec: | ||
gateways: | ||
- openmfp-system/ | ||
hosts: | ||
- keycloak.openmfp.org | ||
http: | ||
- route: | ||
- destination: | ||
host: keycloak.openmfp-system.svc.cluster.local | ||
port: | ||
number: null | ||
matches the snapshot (with path prefix): | ||
1: | | ||
apiVersion: networking.istio.io/v1beta1 | ||
kind: VirtualService | ||
metadata: | ||
name: RELEASE-NAME-keycloak | ||
spec: | ||
gateways: | ||
- openmfp-system/ | ||
hosts: | ||
- keycloak.openmfp.org | ||
http: | ||
- match: | ||
- uri: | ||
prefix: /auth | ||
route: | ||
- destination: | ||
host: keycloak.openmfp-system.svc.cluster.local | ||
port: | ||
number: null |
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