Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ssh-agent mount to template file #15868

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

thedoubl3j
Copy link
Member

SUMMARY

Add ssh mount for more ease of use when in local dev env. I am open to conditionalizing this but just wanted to get this out here since I was hitting issues previously when keys were needed.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • Other
AWX VERSION
devel
ADDITIONAL INFORMATION

* add ssh mount for more ease of local dev
Copy link

sonarqubecloud bot commented Mar 4, 2025

Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.40%. Comparing base (7b8b37d) to head (0ae079f).

✅ All tests successful. No failed tests found.

@AlanCoding
Copy link
Member

In various checks I see:

 Container tools_redis_1  Created
 Container tools_postgres_1  Created
 Container tools_awx_1  Creating
Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /ssh-agent
make[1]: *** [Makefile:521: docker-compose-up] Error 1
make[1]: Leaving directory '/home/runner/work/awx/awx'
make: *** [Makefile:515: docker-compose] Error 2

Maybe there are some other actions that need this applied as well?

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

Successfully merging this pull request may close these issues.

2 participants