Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Uploading public key to admin console for sandbox

Hi, I have just started with Symphony and I have access to a sandbox but seem unable to upload my public key to the admin console.
To be precise:
https://develop2.symphony.com/admin-console
re-directs instantly each time to:
https://develop2.symphony.com/client-bff/index.html

so even though I have a public key generated I cannot upload it to the Admin Console.
What am I missing?

Thanks,

Votes Newest

Answers


Those instructions are for an actual pod where either you have access to the admin console or you can request for your pod admin to help create a service account for you.

For the Developer Sandbox, you can request for credentials via the welcome email (which you have already done). These are automatically provisioned for you so you do not need to access the admin console on the sandbox. You will then receive another email with your credentials package. Once you have obtained that, simply extract it and replace the keys produced by the generator with the keys from the package and revise the bot username in your configuration respectively.

1
1
Posted 2 years ago
Edited 2 years ago
Yong Sheng Tan
39 × 2 Administrator
1K Views
1 Answer
2 years ago
2 years ago
Tags