Skip to content

Commit

Permalink
Merge pull request #78 from akash-network/update-audit-attributes-reqs
Browse files Browse the repository at this point in the history
support-196: require contact details before we can audit
  • Loading branch information
andy108369 authored Mar 26, 2024
2 parents 64283bc + 3fe3b7d commit 42155ba
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/content/Docs/providers/akash-audites-atributes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,14 @@ Community providers vetted by Andy should advertise the following attributes bef

* host: akash
* tier: community
* organization: <your ORG if you have it>

Also make sure to specify email and website in your `provider.yaml` config:

```
email: [email protected]
website: yourweb.com
```

_**Attributes of Akash Providers**_

Expand Down Expand Up @@ -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.
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.

0 comments on commit 42155ba

Please sign in to comment.