From 3fe3b7d277192999c762ddb6320c426a67489f7c Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Tue, 26 Mar 2024 15:38:20 +0100 Subject: [PATCH] support-196: require contact details before we can audit --- .../Docs/providers/akash-audites-atributes/index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/content/Docs/providers/akash-audites-atributes/index.md b/src/content/Docs/providers/akash-audites-atributes/index.md index 947e2814..16fada88 100644 --- a/src/content/Docs/providers/akash-audites-atributes/index.md +++ b/src/content/Docs/providers/akash-audites-atributes/index.md @@ -155,6 +155,14 @@ Community providers vetted by Andy should advertise the following attributes bef * host: akash * tier: community +* organization: + +Also make sure to specify email and website in your `provider.yaml` config: + +``` +email: your@email.com +website: yourweb.com +``` _**Attributes of Akash Providers**_ @@ -355,4 +363,4 @@ _**Multiple Placements with Differing Attributes/Auditors**_ Multiple placements may exist in a SDL and each placement may have unique attributes/signedBy specifications. -In an example scenario, a SDL containing multiple micro-services (i.e. web frontend and database backend), it would be possible to dictate that the frontend exist in one locale and the backend exist in another locale via differing values in a locale attribute key-value pair. \ No newline at end of file +In an example scenario, a SDL containing multiple micro-services (i.e. web frontend and database backend), it would be possible to dictate that the frontend exist in one locale and the backend exist in another locale via differing values in a locale attribute key-value pair.