Closed ezgidemirel closed 1 year ago
With this PR, we're consuming latest Upjet changes and loading TLS configuration which will be used by Pluggable Secret Store integration.
Fixes #
I have:
make reviewable
Tested e2e with the following manifests:
apiVersion: applications.azuread.upbound.io/v1beta1 kind: Password metadata: annotations: meta.upbound.io/example-id: applications/v1beta1/password labels: testing.upbound.io/example-name: example name: ezgi-app-ess-pswd spec: forProvider: applicationObjectIdSelector: matchLabels: testing.upbound.io/example-name: example-ezgi publishConnectionDetailsTo: name: ess-mr-conn configRef: name: vault --- apiVersion: applications.azuread.upbound.io/v1beta1 kind: Application metadata: annotations: meta.upbound.io/example-id: applications/v1beta1/password labels: testing.upbound.io/example-name: example-ezgi name: ezgi-app-ess spec: forProvider: displayName: ezgi-app-ess
/test-examples="examples/applications/password.yaml"
Description of your changes
With this PR, we're consuming latest Upjet changes and loading TLS configuration which will be used by Pluggable Secret Store integration.
Fixes #
I have:
make reviewable
to ensure this PR is ready for review.How has this code been tested
Tested e2e with the following manifests: