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 am deploying the UAA as part of a Tanzu Application Service.
What did you do?
Executing uaa get-client identity against a Tanzu Application Service installation, cloudfoundry/uaa-cli#63
What did you expect to see? What goal are you trying to achieve with the UAA?
I would expect the UAA server to honor the data contract and always return an array for client resource_ids.
What did you see instead?
Resulted in json: cannot unmarshal string into Go struct field Client.resource_ids of type []string. It seems the builtin identity client returns a single string for the client's resource_ids instead of an array.
The text was updated successfully, but these errors were encountered:
What version of UAA are you running?
74.5.5
How are you deploying the UAA?
I am deploying the UAA as part of a Tanzu Application Service.
What did you do?
Executing
uaa get-client identity
against a Tanzu Application Service installation, cloudfoundry/uaa-cli#63What did you expect to see? What goal are you trying to achieve with the UAA?
I would expect the UAA server to honor the data contract and always return an array for client resource_ids.
What did you see instead?
Resulted in
json: cannot unmarshal string into Go struct field Client.resource_ids of type []string
. It seems the builtinidentity
client returns a single string for the client's resource_ids instead of an array.The text was updated successfully, but these errors were encountered: