Sure, I am available on Friday. Let me know how we can connect. Thanks, Sai.
On Wed, Feb 7, 2024 at 9:35 AM Asif Kazi <[email protected]> wrote: > Do you have some time on Friday, I can work with you on it > -- > Asif Kazi > VP of Customer Success > > > 415 Mission Street FL 37, San Francisco, CA 94104, United States > cell: +1 925 314 5065 > email: [email protected] > website: www.arangodb.com > book a meeting here <https://calendly.com/kaziasif> > > > On Wed, Feb 7, 2024 at 8:05 AM Sai <[email protected]> wrote: > >> I see a cluster with 3 nodes without authentication. >> >> - >> Sai. >> >> On Wednesday, February 7, 2024 at 5:03:22 AM UTC-8 [email protected] >> wrote: >> >>> Do you see a cluster without authentication or 3 separate single severs ? >>> -- >>> Asif Kazi >>> VP of Customer Success >>> >>> >>> 415 Mission Street FL 37, San Francisco, CA 94104, United States >>> cell: +1 925 314 5065 <(925)%20314-5065> >>> email: [email protected] >>> website: www.arangodb.com >>> book a meeting here <https://calendly.com/kaziasif> >>> >>> >>> On Tue, Feb 6, 2024 at 9:23 PM Sai <[email protected]> wrote: >>> >>>> Thanks for quick response @asif >>>> >>>> we are using both docker compose and k8s deployments, k8s is working as >>>> expected. >>>> here is the sample docker-compose file to deploy agents >>>> agent: >>>> image: arangodb:latest >>>> restart: always >>>> network_mode: host >>>> mem_limit: 1G >>>> memswap_limit: 1G >>>> environment: >>>> ARANGO_ROOT_PASSWORD: foobar >>>> volumes: >>>> - /data:/var/lib/arangodb3 >>>> - /config/agent.conf:/etc/arangodb3/arangod.conf >>>> >>>> and the conf looks like: >>>> >>>> [database] >>>> directory = /var/lib/arangodb3 >>>> [server] >>>> endpoint = tcp://0.0.0.0:8530 >>>> storage-engine = auto >>>> authentication = true >>>> # gather server statistics >>>> statistics = true >>>> [log] >>>> level = info >>>> file = - >>>> [agency] >>>> activate = true >>>> my-address = tcp://100.101.10.10:8530 >>>> size = 3 >>>> supervision = true >>>> >>>> >>>> it is a 3 node deployment and agents are up and not joining with other >>>> agents if we specify the authentication, whereas things work as expected >>>> without authentication. >>>> >>>> Thanks >>>> On Tuesday, February 6, 2024 at 7:04:36 PM UTC-8 [email protected] >>>> wrote: >>>> >>>>> Any reason to use docker and not k8s? >>>>> >>>>> The ARANGO_ROOT_PASSWORD is probably only going to work for a >>>>> standalone server not a cluster. >>>>> >>>>> If you are setting up a cluster you may have to use the REST API / >>>>> Arangosh to set the password as outlined in the docs >>>>> >>>>> Can you elaborate on server not coming up, what are the logs saying? >>>>> >>>>> On Tuesday, February 6, 2024 at 11:34:54 AM UTC-8 [email protected] >>>>> wrote: >>>>> >>>>>> Hi everyone, >>>>>> >>>>>> we are trying to bring up an Arango db cluster using docker compose >>>>>> and if i enable authentication using `ARANGO_ROOT_PASSWORD`. the >>>>>> server is not coming up. >>>>>> I don't find any documentation or sample with authentication enabled >>>>>> for a docker cluster environment. >>>>>> >>>>>> Can someone please suggest or help me on this. >>>>>> >>>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "ArangoDB" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/arangodb/sBPCP_jTSb0/unsubscribe. >>>> To unsubscribe from this group and all its topics, send an email to >>>> [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/arangodb/1c9d6043-76e0-4986-b971-3ebe8d64d69en%40googlegroups.com >>>> <https://groups.google.com/d/msgid/arangodb/1c9d6043-76e0-4986-b971-3ebe8d64d69en%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "ArangoDB" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/arangodb/sBPCP_jTSb0/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/arangodb/1a6bf6ed-fdd3-487c-b88b-8d485dd92b32n%40googlegroups.com >> <https://groups.google.com/d/msgid/arangodb/1a6bf6ed-fdd3-487c-b88b-8d485dd92b32n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "ArangoDB" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/arangodb/sBPCP_jTSb0/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/arangodb/CAKP6rEz4xg6qFjd_y6hBAk%3D-2_CMe2teaAm%3Dr%3DqwxG4JPXe2dA%40mail.gmail.com > <https://groups.google.com/d/msgid/arangodb/CAKP6rEz4xg6qFjd_y6hBAk%3D-2_CMe2teaAm%3Dr%3DqwxG4JPXe2dA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/arangodb/CAM3XRfXJDhRGmhp5qo7HbVj3_ZSm%2BMi3kO4kwgPyBV5%3D7OzAWQ%40mail.gmail.com.
