Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit view of soniox speech credential should show the obscured api key #212

Open
davehorton opened this issue Mar 2, 2023 · 1 comment
Assignees

Comments

@davehorton
Copy link
Contributor

I added a soniox api key, then clicked to edit. The api_key field is blank, whereas it should show an obscured version of the key

image

@EgleHelms
Copy link
Contributor

@davehorton I think something is off with API, object I am getting in Sonoix case is not providing the key:
{
"speech_credential_sid": "13771973-dd89-4b74-9c87-2cea3274c55d",
"service_provider_sid": "2708b1b3-2736-40ea-b502-c53d8396247f",
"account_sid": null,
"vendor": "soniox",
"use_for_tts": 0,
"use_for_stt": 1,
"last_used": null,
"last_tested": "2023-03-03T13:59:46.000Z",
"tts_tested_ok": null,
"stt_tested_ok": 0,
"created_at": "2023-03-03T13:45:56.000Z"
}

while for deepgram I can see:

{
"speech_credential_sid": "593498ab-bdf5-4b12-8ccc-63aaeceef367",
"service_provider_sid": "2708b1b3-2736-40ea-b502-c53d8396247f",
"account_sid": null,
"vendor": "deepgram",
"use_for_tts": 0,
"use_for_stt": 1,
"last_used": null,
"last_tested": "2023-03-03T15:57:46.000Z",
"tts_tested_ok": null,
"stt_tested_ok": 0,
"created_at": "2023-03-03T15:57:45.000Z",
"api_key": "aaaa"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants