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

Add section for acl Link relation type #199

Merged
merged 3 commits into from
Oct 11, 2020
Merged
Show file tree
Hide file tree
Changes from 2 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
27 changes: 27 additions & 0 deletions main/http-definitions.bs
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
HTTP Definitions {#http-definitions}
===================================

## Link Relations ## {#link-relations}

The intent is that these link relations will be registered with IANA per [[!RFC8288]].

### acl ### {#acl}

The contents of this section were originally taken from [Web Access Control](https://www.w3.org/wiki/WebAccessControl).

The following Link Relationship will be submitted to IANA for review, approval, and inclusion in the IANA Link Relations registry.

: Relation Name
:: `acl`
: Description
:: The relationship `A acl B` asserts that resource B provides access control description of resource A. There are no constraints on the format or representation of A. B MUST be a Access Control List document using a Resource Description Framework syntax.
csarven marked this conversation as resolved.
Show resolved Hide resolved
: Reference
:: This specification.
: Notes
:: Consumers of ACL resources should be aware of the source and chain of custody of the data.

csarven marked this conversation as resolved.
Show resolved Hide resolved
[[Source](https://github.com/solid/specification/issues/54)]
[[Source](https://github.com/solid/web-access-control-spec/issues/21)]

Issue:
Shape of ACL: https://github.com/solid/specification/issues/169
1 change: 1 addition & 0 deletions main/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ any feedback, comments, or questions you might have.
<pre class=include>path: resource-access.bs</pre>
<pre class=include>path: clients.bs</pre>
<pre class=include>path: optional.bs</pre>
<pre class=include>path: http-definitions.bs</pre>
<pre class=include>path: security.bs</pre>
<pre class=include>path: conformance.bs</pre>

Expand Down