Skip to content

Commit

Permalink
Merge pull request #645 from pulp/lubosmj-patch-plugin-settings
Browse files Browse the repository at this point in the history
Add a note about plugin specific settings
  • Loading branch information
lubosmj authored Jul 2, 2024
2 parents 5c57895 + 19cde62 commit a948e58
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 a948e58

Please sign in to comment.