-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from akash-network/update-audit-attributes-reqs
support-196: require contact details before we can audit
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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**_ | ||
|
||
|
@@ -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. |