Hi! I'm trying to deploy datahub v0.10.2. i set go...
# all-things-deployment
l
Hi! I'm trying to deploy datahub v0.10.2. i set google auth login system, but there is default account (datahub:datahub) I think that's because I'm using datahub frontend image, and in that image there is default account information In this situatoin, how can i change default account information. I deploy datahub on my eks cluster. Thanks for helping me
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? Yes button 2️⃣ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? Yes button
d
Hi Kun Hee, you can find our guide on changing the default credentials here 🙂 : https://datahubproject.io/docs/authentication/guides/add-users/#changing-the-default-datahub-user-credentials-recommended
l
Thanks for answering! I checked that reference, and i want to build my own frontend image after change user.props file. I followed build instructions below github link https://github.com/datahub-project/datahub/tree/v0.10.2/docker/datahub-frontend but i got this error
Copy code
=> ERROR [prod-install 1/5] COPY ./datahub-frontend.zip /                                                    0.0s
------
 > [prod-install 1/5] COPY ./datahub-frontend.zip /:
------
failed to compute cache key: "/datahub-frontend.zip" not found: not found
what is datahub-frontend.zip file? where can i find that file?
d
You may need to compile DataHub before building the dockerfile - this thread may be helpful since it deals with the similar issue : https://datahubspace.slack.com/archives/C029A3M079U/p1673287078914179
l
@delightful-ram-75848 I'll check! Thanks for helping me