Skip to content

Commit

Permalink
Update provider-audit--.md
Browse files Browse the repository at this point in the history
syntax optimization
  • Loading branch information
brewsterdrinkwater authored Nov 3, 2023
1 parent 0173aa0 commit fc746ab
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/ISSUE_TEMPLATE/provider-audit--.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ labels: Provider Audit
assignees: andy108369

---
# Prerequisite Steps:
## Prerequisite Steps:

1. Make sure your provider has community provider attributes:
### 1. Make sure your provider has community provider attributes:

```
Example:
Expand All @@ -25,7 +25,7 @@ assignees: andy108369

[Ref documentation:](https://docs.akash.network/providers/akash-audited-attributes#standard-attributes).

2. Make sure your provider *.ingress resolves to your provider IP (ideally worker node IP)
### 2. Make sure your provider *.ingress resolves to your provider IP (ideally worker node IP)
```
host <anything>.ingress.<yourdomain>
```
Expand All @@ -39,21 +39,20 @@ nodes.akash.pro has address 65.108.6.185

- More info on what DNS records should look like are available in the [Akash Documentation here](https://docs.akash.network/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/step-5-domain-name-review).

3. Please make sure your Akash provider doesn't block any Akash specific ports.
### 3. Please make sure your Akash provider doesn't block any Akash specific ports.

- If you are using a firewall, please follow this doc:
https://docs.akash.network/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/step-9-firewall-rule-review
- If you are behind NAT, then you need to make sure these ports are open between your provider worker nodes and the internet.




# Audit Steps:

- ***Title the issue: " [Provider Audit]: Provider Address" (e.g. "[Provider Audit]: provider.europlots.com")***
- Wait for response via comments. If no issues during provider Audit, process will be complete, provider should start bidding on leases, and Audit ticket will be closed.
- If there are issues during the provider Audit, debug those issues, and Audit will be complete.
- Audit Issue will be closed by core team member.
#### 1. ***Title the issue: " [Provider Audit]: Provider Address" (e.g. "[Provider Audit]: provider.europlots.com")***
#### 2. Wait for response via comments. If no issues during provider Audit, process will be complete, provider should start bidding on leases, and Audit ticket will be closed.
#### 3. If there are issues during the provider Audit, debug those issues, and Audit will be complete.
#### 4. Audit Issue will be closed by core team member.


## Leave contact information (optional)
Expand Down

0 comments on commit fc746ab

Please sign in to comment.