In order to allow GUI authentication to Tanzu Application Platform via AzureAD, we will implement AzureAD Authentication Provider for Backstage.
This file contains hidden or 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
| apiVersion: tekton.dev/v1beta1 | |
| kind: ClusterTask | |
| metadata: | |
| name: git-writer | |
| spec: | |
| description: |- | |
| A task that writes a given set of files (provided as a json base64-encoded) | |
| to git repository under a specified directory. | |
| params: | |
| - description: The repository path |
This file contains hidden or 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
| apiVersion: v1 | |
| kind: Secret | |
| metadata: | |
| name: git-private-ca-overlay | |
| namespace: tap-install | |
| type: Opaque | |
| stringData: | |
| git-private-ca-overlay.yaml: | | |
| #@ load("@ytt:data", "data") | |
| #@ load("@ytt:overlay","overlay") |
This file contains hidden or 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
| apiVersion: v1 | |
| stringData: | |
| password: | |
| username: tap | |
| kind: Secret | |
| metadata: | |
| annotations: | |
| tekton.dev/git-0: https://REPLACE_ME | |
| name: git-creds | |
| namespace: tap-install |
This file contains hidden or 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
| namespace_provisioner: | |
| additional_sources: | |
| - git: | |
| ref: origin/main | |
| subPath: overlays | |
| url: https:// | |
| secretRef: | |
| name: git-creds-overlays | |
| path: _ytt_lib/customize | |
| - git: |
This file contains hidden or 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
| apiVersion: carto.run/v1alpha1 | |
| kind: Workload | |
| metadata: | |
| annotations: | |
| kubectl.kubernetes.io/last-applied-configuration: | | |
| {"apiVersion":"carto.run/v1alpha1","kind":"Workload","metadata":{"annotations":{},"labels":{"app.kubernetes.io/part-of":"demo-01","apps.tanzu.vmware.com/auto-configure-actuators":"true","apps.tanzu.vmware.com/has-tests":"true","apps.tanzu.vmware.com/workload-type":"web"},"name":"demo-01","namespace":"workloads"},"spec":{"build":{"env":[{"name":"BP_JVM_VERSION","value":"11"}]},"env":[{"name":"JAVA_TOOL_OPTIONS","value":"-Dmanagement.server.port=8081 -Dserver.port=8081 -Dmanagement.health.probes.enabled=\"false\""}],"params":[{"name":"annotations","value":{"autoscaling.knative.dev/minScale":"1"}},{"name":"debug","value":"true"},{"name":"live-update","value":"true"},{"name":"testing_pipeline_matching_labels","value":{"apps.tanzu.vmware.com/pipeline":"acme-fitness-generic-test"}}],"source":{"git":{"ref":{"branch":"main"},"url":"https://github.com/vrabbi/java-web-app"}}}} | |
| creationT |
This file contains hidden or 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
| profile: full | |
| ceip_policy_disclosed: true | |
| shared: | |
| ingress_domain: "INGRESS-DOMAIN" | |
| ca_cert_data: | | |
| -----BEGIN CERTIFICATE----- | |
| MIIFXzCCA0egAwIBAgIJAJYm37SFocjlMA0GCSqGSIb3DQEBDQUAMEY... | |
| -----END CERTIFICATE----- | |
| image_registry: |
- download the following file: https://github.com/vmware-tanzu/tanzu-cli/releases/download/v0.90.1/tanzu-cli-windows-amd64.zip
- unzip the file
- move the tanzu cli exe file from the extracted zip to a place on your path and rename it to tanzu.exe
- run the command: