XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Won't Do
    • Icon: High High
    • None
    • None
    • None
    • None
    • OOM Sprint 8

      Currently configuration that is loaded into configmaps is a duplication of what is in the application team's repo. Ideally, we want to eliminate the need to externalize the SO configuration and instead provide configuration via environment variables to the containers. Or, possibly, provide a single simplified configuration file that can be mounted into the container(s).

       

      We need to take care of the openStackEncryptedPasswordHere variable defined in values.yaml.

      It should be encrypted as it was done in config-init:-

      1. MSO post install steps to encrypt openstack password MSO_ENCRYPTION_KEY=$(cat /config-init/$NAMESPACE/mso/mso/encryption.key) OPENSTACK_API_ENCRYPTED_KEY=`echo -n "$OPENSTACK_API_KEY" | openssl aes-128-ecb -e -K $MSO_ENCRYPTION_KEY -nosalt | xxd -c 256 -p`

      BR/ VC

            melliott melliott
            melliott melliott
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: