creativecommons / ansible-dev

Creative Commons Ansible
MIT License
2 stars 2 forks source link

Assessing the Need for SSH Access and a Bastion Host in Our Docker Strategy #5

Open Shafiya-Heena opened 8 months ago

Shafiya-Heena commented 8 months ago

Issue Description:

We're evaluating the need for SSH access and considering a bastion host for secure connections within our Dockerized development environment. This initiative aims to balance direct access requirements against our principles of container immutability and minimal direct access.

Key Points for Discussion:

We seek concise input on the practicality and security of integrating SSH access through a bastion host, ensuring any decision supports our infrastructure's integrity and efficiency.

Implementation

dishak commented 5 months ago

@Shafiya-Heena , Is this issue resolved as per PR #12 ?

Shafiya-Heena commented 5 months ago

@dishak!! the Bastion host is still a work in progress and has not been resolved in the mentioned PR. Thank you!

amandayclee commented 3 months ago

Creative Commons currently employs a robust set of tools and practices to manage their development and site reliability engineering environments, as evidenced by the index-dev-env and sre-salt-prime repositories.

Key components include:

As Creative Commons considers the introduction of a Bastion Host to manage SSH access, it is essential to weigh the benefits and drawbacks of this approach.

Benefits of SSH and a Bastion Host

Potential Drawbacks

By carefully considering these factors, Creative Commons can make an informed decision that supports the integrity and efficiency of their infrastructure, balancing the need for secure access with the principles of container immutability and minimal direct access.

Reference