generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into bump-github-workflows
- Loading branch information
Showing
64 changed files
with
1,036 additions
and
1,268 deletions.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
component/cloud-docs: | ||
- "content/en/cloud/**/*" | ||
|
||
component/meshmap-docs: | ||
- "content/en/meshmap/**/*" |
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 |
---|---|---|
|
@@ -21,14 +21,14 @@ jobs: | |
run: echo "spreadsheet_uri=" >> $GITHUB_ENV | ||
if: inputs.spreadshet_uri != '' | ||
echo "spreadsheet_uri=${{ inputs.spreadsheet_uri }}" >> $GITHUB_ENV | ||
|
||
- name: Dump keys from the spreadsheet | ||
run: | | ||
curl -L "${{ inputs.spreadsheet_uri }}" -o "./keys.csv"; | ||
- name: Create permissions folder | ||
run: | | ||
[ ! -d "./assets/csv/permissions" ] && mkdir -p "./assets/csv/permissions"; | ||
mv keys.csv assets/permissions/keys.csv; | ||
[ ! -d "./static/data/csv" ] && mkdir -p "./static/data/csv"; | ||
mv keys.csv static/data/csv/keys.csv; | ||
- name: Commit changes | ||
uses: stefanzweifel/git-auto-commit-action@v5 | ||
with: | ||
|
@@ -37,4 +37,4 @@ jobs: | |
commit_options: '--signoff' | ||
commit_user_name: l5io | ||
commit_user_email: [email protected] | ||
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>author of the commit that triggered the run | ||
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>author of the commit that triggered the run |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: "Pull Request Labeler" | ||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
triage: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/labeler@v4 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" |
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Layer5 Helm Repository | ||
description: Layer5 Helm Repository contains a collection of charts, including Layer5 Cloud, which can be deployed in any Kubernetes cluster on-premises or in Cloud using Helm. | ||
linkTitle: Layer5 Helm Repository | ||
type: docs | ||
menu: {main: {weight: 3}} | ||
weight: 1 | ||
cascade: | ||
type: docs | ||
--- | ||
|
||
{{< alert type="info" title="Repository Only">}} | ||
This page only contains a brief synopsis of the Helm repository. | ||
|
||
See the [Self-Hosted section](/cloud/self-hosted/) of the Layer5 Cloud documentation for deployment prerequisites, considerations, and instructions. | ||
{{< /alert >}} | ||
|
||
## Repository Contents | ||
|
||
Contained in the Layer5 Helm repository is the [Meshery Remote Provider](https://docs.meshery.io/extensibility/providers) charts (and it's subcharts) for Layer5 Cloud. See the repository's <a href="/charts/index.yaml">full index</a> of Layer5 Helm charts</a>. | ||
|
||
## Chart Source | ||
|
||
<p>The source for this chart is located in the <code>layer5io/meshery-cloud</code> repository under <a href="https://github.com/layer5io/meshery-cloud/tree/master/install/kubernetes/">install/kubernetes/</a>.</p> | ||
<br /> | ||
{{< alert type="info" title="Complete Deployment Instructions">}} | ||
Layer5 Cloud's Helm chart supports a number of [configuration options](https://docs.layer5.io/cloud/self-hosted/deploy-with-helm/). | ||
|
||
See the [Self-Hosted section](/cloud/self-hosted/) of the Layer5 Cloud documentation for deployment prerequisites, considerations, and instructions. | ||
{{< /alert >}} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Support | ||
description: If you have any questions, encounter any issues, or need assistance with anything related to our platform, please don't hesitate to reach out to us. | ||
weight: 1 | ||
--- | ||
|
||
At Layer5 Cloud, we're here to help you every step of the way. If you have any questions, encounter any issues, or need assistance with anything related to our platform, please don't hesitate to reach out to us. Our dedicated support team is committed to providing you with the help and guidance you need. | ||
|
||
### Contacting Support | ||
|
||
You can contact Layer5 support in the following ways: | ||
|
||
- **Email**: Send us an email at [[email protected]](mailto:[email protected]) with your questions or concerns. Our support team will respond to you as soon as possible and assist you with resolving any issues. | ||
|
||
- **Community Forum**: Join our vibrant [community forum](https://discuss.layer5.io/) where you can ask questions, share your experiences, and connect with other users. Our community members and moderators are here to help you and provide valuable insights and assistance. | ||
|
||
### Account Recovery | ||
|
||
If you've forgotten your Layer5 Cloud account password, don't worry. You can easily recover your account using the following steps: | ||
|
||
1. Go to the Layer5 Cloud [login page](https://meshery.layer5.io/login). | ||
|
||
2. On the login page, click on the "Forgot Password" link below the login form. | ||
|
||
3. Enter the email address associated with your Layer5 Cloud account and click "Submit." | ||
|
||
4. You'll receive an email with instructions on how to reset your password. Follow the instructions provided in the email to reset your password. | ||
|
||
5. Once you've clicked the password reset link in the email, you'll be directed to a page where you can create a new password for your account. Enter your new password and confirm it, then click "Submit" to save your changes. | ||
|
||
6. After successfully resetting your password, you can now login to your Layer5 Cloud account using your new password. | ||
|
||
![Account Recovery](/cloud/getting-started/images/Slide49.svg) | ||
|
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
40 changes: 0 additions & 40 deletions
40
content/en/cloud/identity/organizations/default-permissions.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.