Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Explain how to add ssh keys to container #310

Open
2 of 3 tasks
damien-carcel opened this issue Nov 10, 2017 · 1 comment
Open
2 of 3 tasks

Explain how to add ssh keys to container #310

damien-carcel opened this issue Nov 10, 2017 · 1 comment

Comments

@damien-carcel
Copy link
Contributor

damien-carcel commented Nov 10, 2017

Q A
Bug report? no
Feature request? yes
BC Break report? no
RFC? no
Affected image and tag all

When using akeneo/pim-enterprise-standard, one have to install akeneo/pim-enterprise-dev through composer, and so need to add her/his SSH key to the container.

  • Investigate if Docker secrets are relevant here (could store the password?) => Not needed, see comment below
  • Update the compose file template in akeneo/pim-enterprise-standard starting Akeneo 1.7
  • Document the usage here, and link it in the Akeneo documentation
@damien-carcel
Copy link
Contributor Author

It is possible to use the host ssh agent with the SSH_AUTH_SOCK environment variable:

services:
  akeneo:
    environment:
      ...
      SSH_AUTH_SOCK: '/ssh-agent'
    volumes:
      ...
      - ${SSH_AUTH_SOCK}:/ssh-agent:ro

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant