Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/doc/ignition.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource:
children:
- name: source
desc: "the URL of the %TYPE%. Supported schemes are `http`, `https`, `tftp`, `s3`, `arn`, `gs`, and [`data`](https://tools.ietf.org/html/rfc2397). When using `http`, it is advisable to use the verification option to ensure the contents haven't been modified."
desc: "the URL of the %TYPE%. Supported schemes are `http`, `https`, `tftp`, `s3`, `arn`, `gs`, and [`data`](https://tools.ietf.org/html/rfc2397). When using `http`, it is advisable to use the verification option to ensure the contents haven't been modified. For `s3` and `arn` sources, see [Ignition's documentation on AWS S3 access](https://coreos.github.io/ignition/operator-notes/#aws-s3-access) for the supported URL formats and how credentials are resolved at runtime."
# source is typically required by validation, but some inclusion sites
# will override this
required: true
Expand Down