crossplane-contrib / provider-upjet-azuread

AzureAD Provider for Crossplane.
https://marketplace.upbound.io/providers/upbound/provider-azuread/
Apache License 2.0
6 stars 19 forks source link

Application Secret doesn't contain any data #158

Open sbyrne-teck opened 1 month ago

sbyrne-teck commented 1 month ago

Hi,

Based on the below code the application connection details will not include any information. Ideally the information that is currently in the state.atProvider of the custom resource would be contained inside the connection details secret that is generated. At minimum it would be helpful to push the client id, tenant id there.

https://github.com/crossplane-contrib/provider-upjet-azuread/blob/e74005394e943707eabd446a8ccedc6ec54bb273/apis/applications/v1beta2/zz_application_terraformed.go#L22C1-L25C2