Giter Club home page Giter Club logo

Comments (2)

sergiosagu avatar sergiosagu commented on July 1, 2024

Admiral does support encryption of private keys and password supplied as credentials, but it's an option not enabled by default.

To enable it you have to provide the argument -Dencryption.key.file=/path/to/encryption.key, where encryption.key is a file in the same format like vRA's encryption.key (see http://pubs.vmware.com/vrealize-automation-72/topic/com.vmware.vrealize.automation.doc/GUID-AA5CC745-2823-4EA3-AB08-67FA2C73900F.html). That's because, when integrated with vRA, Admiral has the encryption enabled by default.

To see how such encryption.key file can be generated you can check https://github.com/vmware/admiral/blob/master/common/src/main/java/com/vmware/admiral/common/security/EncryptorService.java. And in case you want to allow Admiral to auto-generate such encryption.key file for you in case it's missing, then you have to provide a 2nd argument, at least the 1st time, like: -Dencryption.key.file=/path/to/encryption.key -Dinit.encryption.key.file=true.

I'll keep the issue open to double-check it and to add the instructions to our Configuration guide since I've just realized that is missing.

from admiral.

lcastellano avatar lcastellano commented on July 1, 2024

Closing this issue as accessibility of both certificates (public and private) is a required feature.

from admiral.

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.