Giter VIP home page Giter VIP logo

Comments (4)

bmpotter avatar bmpotter commented on August 17, 2024

The password is the password for the admin user in the myorg organization. It is displayed in the last 2 lines of output from the deploy-mgmt-hub.sh script:

export HZN_ORG_ID=myorg
export HZN_EXCHANGE_USER_AUTH=admin:<pw>

Where <pw> is replaced by the actual password. The only place you have to use that password is in the HZN_EXCHANGE_USER_AUTH environment variable, as shown above. The hzn exchange ... commands use the HZN_EXCHANGE_USER_AUTH environment variable as credentials.

When you list the user with hzn exchange user list it intentionally obscures the password with ******** .

If this answers your question, please comment and close this issue.

from devops.

xauthulei avatar xauthulei commented on August 17, 2024

@bmpotter Got it, Thanks for your clear info. Meanwhile, why it is a hide string ********* or how to get its real value if I needed it.

from devops.

bmpotter avatar bmpotter commented on August 17, 2024

@xauthulei you can't query the password, that would be a serious security exposure. In fact the horizon exchange doesn't even know the password, because as soon as it gets it, it 1-way encrypts, so the only thing it is able to do is check if a clear password it is given is correct. This is standard practice, and the reason the deploy-mgmt-hub.sh outputs this instruction at the end:

Important: save these generated passwords/tokens in a safe place. You will not be able to query them from Horizon.

from devops.

xauthulei avatar xauthulei commented on August 17, 2024

@bmpotter , well. Thanks

from devops.

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.