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
I want to get the entity_id of an existing entity in vault using alias_mount_accessor and alias_name. I can achieve this in terraform using data source. Similarly how can I get the entity id by using managementPolicies: ["Observe"] as mentioned in this docs.
The text was updated successfully, but these errors were encountered:
I don't think this is possible because Crossplane observe-only resources currently have some missing feature parity with Terraform's data source. Currently it is mandatory to provide the crossplane.io/external-name annotation to import an observe-only resource. Since the external name of these resources is a random ID generated by Vault, there's no way to import the observe-only resource without first knowing the external name.
Hi Team,
I want to get the entity_id of an existing entity in vault using alias_mount_accessor and alias_name. I can achieve this in terraform using data source. Similarly how can I get the entity id by using managementPolicies: ["Observe"] as mentioned in this docs.
The text was updated successfully, but these errors were encountered: