Skip to content

Commit 0528b07

Browse files
authored
Merge pull request #901 from MatrixAI/feature-integrate-js-lint
Integrate js-lint and fix any newfound linting errors
2 parents 70cc6f5 + bcf97c6 commit 0528b07

File tree

29 files changed

+3683
-1405
lines changed

29 files changed

+3683
-1405
lines changed

.eslintrc

Lines changed: 0 additions & 178 deletions
This file was deleted.

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,26 @@
2020

2121
It allows users including developers, organizations, and machines—to **store these secrets in encrypted vaults on their own devices, and share them directly with trusted parties.**
2222

23-
* **All data is end-to-end encrypted**, both in transit and at rest, eliminating the risk associated with third-party storage.
24-
* **Polykey provides a command line interface**, desktop and mobile GUI, and a web-based control plane for organizational management.
25-
* By treating secrets as tokenized authority, it offers a fresh approach to **managing and delegating authority in zero-trust architectures** without adding burdensome policy complexity - a pervasive issue in existing zero-trust systems.
26-
* Unlike complex self-hosted secrets management systems that require specialized skills and infrastructure, Polykey is **installed and running directly from the end-user device**.
27-
* It is built to **automatically navigate network complexities** like NAT traversal, connecting securely to other nodes without manual configuration.
23+
- **All data is end-to-end encrypted**, both in transit and at rest, eliminating the risk associated with third-party storage.
24+
- **Polykey provides a command line interface**, desktop and mobile GUI, and a web-based control plane for organizational management.
25+
- By treating secrets as tokenized authority, it offers a fresh approach to **managing and delegating authority in zero-trust architectures** without adding burdensome policy complexity - a pervasive issue in existing zero-trust systems.
26+
- Unlike complex self-hosted secrets management systems that require specialized skills and infrastructure, Polykey is **installed and running directly from the end-user device**.
27+
- It is built to **automatically navigate network complexities** like NAT traversal, connecting securely to other nodes without manual configuration.
2828

2929
**Key features:**
3030

31-
* **Decentralized Encrypted Storage** - No storage of secrets on third parties, secrets are stored on your device and synchronised point-to-point between Polykey nodes.
32-
* **Secure Peer-to-Peer Communication** - Polykey bootstraps TLS keys by federating trusted social identities (e.g. GitHub).
33-
* **Secure Computational Workflows** - Share static secrets (passwords, keys, tokens and certificates) with people, between teams, and across machine infrastructure. Create dynamic (short-lived) smart-tokens with embedded policy for more sophisticated zero-trust authority verification.
34-
* With Polykey Enterprise, you can create private networks of Polykey nodes and apply mandatory policy governing node behaviour.
31+
- **Decentralized Encrypted Storage** - No storage of secrets on third parties, secrets are stored on your device and synchronised point-to-point between Polykey nodes.
32+
- **Secure Peer-to-Peer Communication** - Polykey bootstraps TLS keys by federating trusted social identities (e.g. GitHub).
33+
- **Secure Computational Workflows** - Share static secrets (passwords, keys, tokens and certificates) with people, between teams, and across machine infrastructure. Create dynamic (short-lived) smart-tokens with embedded policy for more sophisticated zero-trust authority verification.
34+
- With Polykey Enterprise, you can create private networks of Polykey nodes and apply mandatory policy governing node behaviour.
3535

3636
## Table of Contents
37-
* [Installation](#installation)
38-
* [Development](#development)
39-
* [Docs Generation](#docs-generation)
40-
* [Publishing](#publishing)
41-
* [License](#license)
37+
38+
- [Installation](#installation)
39+
- [Development](#development)
40+
- [Docs Generation](#docs-generation)
41+
- [Publishing](#publishing)
42+
- [License](#license)
4243

4344
## Installation
4445

0 commit comments

Comments
 (0)