@here, Is there any way to use custom username/pas...
# gooddata-cn
a
@here, Is there any way to use custom username/password with GoodData CN ?
r
I guess you're talking about precreated
demo
user in GoodData.CN Community Edition. Yes, you can create a new user and map it to "default" organization. Refer to documentation for details.
a
Thank you @Robert Moucha that worked as expected. Is the any possibility to change Bearer token?
r
If you're talking of tokens attached to User entity (so called user tokens), you may create a new user token and delete the old one using API. Changing Organization's "bootstrap" token is easily possible only in Kubernetes. In GoodData.CN Community edition this change is similar to changing user's API token, but you'll need to operate on token called
bootstrap
of the user
admin
. 1. create new token
bootstrap2
using POST /api/entities/users/admin/apiTokens 2. delete old bootstrap token using DELETE /api/entities/users/admin/apiTokens/bootstrap Note this change will most probably will not survive reboot. I will discuss the possibility of customizing token and credentials with team