Skip to content

Commit

Permalink
Update README, documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 11, 2024
1 parent dec1239 commit 1393c23
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authentication.
using an efficient binary protocol over HTTP.
* Full Java API for performing user and administrative operations.
* Strong separation between administrators and users.
* Fine-grained capability based security model for administrative operations;
* Fine-grained capability-based security model for administrative operations;
Safely write external services that can perform administrative operations
while maintaining the principle of least privilege.
* Command-line administrative shell.
Expand All @@ -26,6 +26,9 @@ authentication.
* An extensive automated test suite with high coverage.
* Platform independence. No platform-dependent code is included in any form,
and installations can largely be carried between platforms without changes.
* Extensive documentation including information on installation, a setup
tutorial, a theory of operation, maintenance and monitoring information,
information on security properties, and full API documentation.
* [OCI](https://opencontainers.org/)-ready: Ready to run as an immutable,
stateless, read-only, unprivileged container for maximum security and
reliability.
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ authentication.
using an efficient binary protocol over HTTP.
* Full Java API for performing user and administrative operations.
* Strong separation between administrators and users.
* Fine-grained capability based security model for administrative operations;
* Fine-grained capability-based security model for administrative operations;
Safely write external services that can perform administrative operations
while maintaining the principle of least privilege.
* Command-line administrative shell.
Expand All @@ -42,6 +42,9 @@ authentication.
* An extensive automated test suite with high coverage.
* Platform independence. No platform-dependent code is included in any form,
and installations can largely be carried between platforms without changes.
* Extensive documentation including information on installation, a setup
tutorial, a theory of operation, maintenance and monitoring information,
information on security properties, and full API documentation.
* [OCI](https://opencontainers.org/)-ready: Ready to run as an immutable,
stateless, read-only, unprivileged container for maximum security and
reliability.
Expand Down
6 changes: 5 additions & 1 deletion src/site/resources/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Strong separation between administrators and users.
</li>
<li>
Fine-grained capability based security model for administrative operations; Safely write external services that
Fine-grained capability-based security model for administrative operations; Safely write external services that
can perform administrative operations while maintaining the principle of least privilege.
</li>
<li>
Expand All @@ -41,6 +41,10 @@
Platform independence. No platform-dependent code is included in any form, and installations can largely be
carried between platforms without changes.
</li>
<li>
Extensive documentation including information on installation, a setup tutorial, a theory of operation,
maintenance and monitoring information, information on security properties, and full API documentation.
</li>
<li>
<a href="https://opencontainers.org/">OCI</a>-ready: Ready to run as an immutable, stateless, read-only,
unprivileged container for maximum security and reliability.
Expand Down

0 comments on commit 1393c23

Please sign in to comment.