Giter Club home page Giter Club logo

Comments (7)

mbukatov avatar mbukatov commented on May 18, 2024

Ok, so I need to generate new password via ansible first:

$ cat password.yml                                                                                                     
---                                                                                                                    
- hosts: localhost
  connection: local
  tasks:
    - debug: msg="{{ lookup('password', '/dev/null chars=ascii_letters length=30') }}"

https://docs.ansible.com/ansible/latest/playbooks_lookups.html#the-password-lookup

from tendrl-ansible.

mbukatov avatar mbukatov commented on May 18, 2024

There is no ansible module for etcdctl, so I need to test if it's ok to run these commands over and over again.

from tendrl-ansible.

mbukatov avatar mbukatov commented on May 18, 2024

@r0h4n what file do you mean by this:

Add the etcd_username and etcd_password to all Tendrl service config file

At this point, only etcd is installed, so I would assume that the changes in tendrl config files are described later on, as we install and configure them.

from tendrl-ansible.

r0h4n avatar r0h4n commented on May 18, 2024

@mbukatov Keep this entire auth thing optional, user should be able to run unsafe etcd too (for devs/testing etc)

from tendrl-ansible.

mbukatov avatar mbukatov commented on May 18, 2024

@r0h4n ok, let's have an ansible variable to control this, with auth enabled as a default (so that for dev/testing, one can turn it off)

from tendrl-ansible.

mbukatov avatar mbukatov commented on May 18, 2024

Blocked Keeping etcd auth disabled is blocked by Tendrl/api#294 (I updated the pull request so that enabling etcd auth will work, but disabling will not, until Tendrl/api#294 is fixed).

from tendrl-ansible.

mbukatov avatar mbukatov commented on May 18, 2024

Addressed in #35

But as pointed out in a previous comment, it's not possible to start with etcd auth disabled until Tendrl/api#294 is fixed.

from tendrl-ansible.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.