You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the azureadAdministrator -> azureadAuthenticationOnly setting:
Specifies whether only AD Users and administrators (e.g. azuread_administrator.0.login_username) can be used to login, or also local database users (e.g. administrator_login). When true, the administrator_login and administrator_login_password properties can be omitted.
However, when I configure the resource with the setting set to true, the status is the following:
Warning CannotObserveExternalResource 33s (x7 over 102s) managed/sql.azure.upbound.io/v1beta1, kind=mssqlserver cannot run refresh: refresh failed: Missing required argument: "administrator_login": all of `administrator_login,administrator_login_password` must be specified
The resource stays on a Ready and Synced status of false, although the server is actually created on azure.
Also I can see it dynamically added the field administratorLogin to the resource with an autogenerated value.
How can we reproduce it?
Specify the azureadAdministrator[0].azureadAuthenticationOnly field but leave administratorLogin and administratorLoginPasswordSecretRef blank
Managed to get it working after enabling management-policies in the sql provider and excluding LateInitialize.
However, won't be closing the issue as I think this is just a workaround, especially taking into account the alpha status of management policies.
IMO it should have same default behavior as in terraform, e.g.
What happened?
On the azureadAdministrator -> azureadAuthenticationOnly setting:
However, when I configure the resource with the setting set to true, the status is the following:
Spec:
The resource stays on a Ready and Synced status of false, although the server is actually created on azure.
Also I can see it dynamically added the field
administratorLogin
to the resource with an autogenerated value.How can we reproduce it?
Specify the
azureadAdministrator[0].azureadAuthenticationOnly
field but leaveadministratorLogin
andadministratorLoginPasswordSecretRef
blankWhat environment did it happen in?
Crossplane version: v1.13.2
Azure provider version: v0.36.0
The text was updated successfully, but these errors were encountered: