We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
deploy.py
A stubbed-out deploy script. It checks that you have the proper credentials before attempting a deploy.
Dockerfile
Inherits from the offical Python Docker image and runs the deploy script.
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.
The examples are rendered properly on GitHub, or alternatively, at the direct source image link.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
These links are broken and don't render, nor do they load when I try to manually go to them. I get
Steps to Reproduce
Expected Results
The examples are rendered properly on GitHub, or alternatively, at the direct source image link.
Actual Results
Reproducible
The text was updated successfully, but these errors were encountered: