cyberark / conjur

CyberArk Conjur automatically secures secrets used by privileged users and machine identities
https://conjur.org
Other
757 stars 122 forks source link

Conjur OSS quickstart includes TLS termination #1039

Closed garkler-zz closed 5 years ago

garkler-zz commented 5 years ago

Aha card

https://cyberark.aha.io/features/AAM-181 (Phase 1) https://cyberark.aha.io/epics/AAM-E-37 (Full Requirement)

Objective

Add the nginx deployment as part of the docker compose.

Technical breakdown

@uCatu has created an OSS quickstart here https://github.com/cyberark/conjur-quickstart and instructions for deploying the docker compose https://docs-staging.conjur.org/OSS/en/Content/OSS/Installation/DockerCompose.htm?tocpath=Setup%7CServer%20Setup%7C_____1

Defintion of Done

Validate the quickstart guide and scripts.

Please let Yvonne & Boaz know your results via the #documentation channel.

uCatu commented 5 years ago

Following section in docker-compose.yaml is not required

  bot_app:
    image: ellerbrock/alpine-bash-curl-ssl
    container_name: bot_app
    command: tail -F anything
    volumes:
    - ./program.sh:/tmp/program.sh
garkler-zz commented 5 years ago

Moving this to the quick start issue