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

Docker Secrets documentation has broken links #246

Open
1 of 3 tasks
sahibbhai opened this issue May 12, 2023 · 0 comments
Open
1 of 3 tasks

Docker Secrets documentation has broken links #246

sahibbhai opened this issue May 12, 2023 · 0 comments
Labels

Comments

@sahibbhai
Copy link

Summary

There are broken links in the documentation for injecting secrets into a Docker run command, which makes the feature difficult to use properly.
https://github.com/cyberark/summon/blob/main/docs/_includes/docker.md#1-clone-the-summon-repository

This section in particular:

<script src="[http://gist-it.appspot.com/github/cyberark/summon/blob/main/examples/docker/secrets.yml"></script>](http://gist-it.appspot.com/github/cyberark/summon/blob/main/examples/docker/secrets.yml%22%3E%3C/script%3E)

deploy.py

A stubbed-out deploy script. It checks that you have the proper credentials before attempting a deploy.

<script src="[http://gist-it.appspot.com/github/cyberark/summon/blob/main/examples/docker/deploy.py"></script>](http://gist-it.appspot.com/github/cyberark/summon/blob/main/examples/docker/deploy.py%22%3E%3C/script%3E)

Dockerfile

Inherits from the offical Python Docker image and runs the deploy script.

<script src="[http://gist-it.appspot.com/github/cyberark/summon/blob/main/examples/docker/Dockerfile"></script>](http://gist-it.appspot.com/github/cyberark/summon/blob/main/examples/docker/Dockerfile%22%3E%3C/script%3E)

These links are broken and don't render, nor do they load when I try to manually go to them. I get

The server encountered an error and could not complete your request.
Please try again in 30 seconds.

Steps to Reproduce

  1. Go to 'https://github.com/cyberark/summon/blob/main/docs/_includes/docker.md#1-clone-the-summon-repository'
  2. Click on 'http://gist-it.appspot.com/github/cyberark/summon/blob/main/examples/docker/secrets.yml'
  3. See error

Expected Results

The examples are rendered properly on GitHub, or alternatively, at the direct source image link.

Actual Results

image

Reproducible

  • Always
  • Sometimes
  • Non-Reproducible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant