Skip to content

Commit

Permalink
Add a note about plugin specific settings
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
lubosmj committed Jun 27, 2024
1 parent 5c57895 commit 19cde62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions staging_docs/admin/tutorials/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ $ podman run --detach \

* To use https instead of http, add `-e PULP_HTTPS=true` Also change `--publish 8080:80` to `--publish 8080:443`

* Refer to plugin settings documentation for more before spinning up the container. For instance, the Pulp Container plugin [requires key pair generation](https://pulpproject.org/pulp_container/docs/admin/learn/authentication/).

* When deploying, run `pulpcore-manager check --deploy` inside the container. Ensure that the [`SECRET_KEY` setting](https://pulpproject.org/pulpcore/docs/admin/reference/settings/#secret_key) is set to a unique, unpredictable value.


## Podman or Docker Compose

Expand Down

0 comments on commit 19cde62

Please sign in to comment.