diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..67be81e8 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,6 @@ + +component/cloud-docs: + - "content/en/cloud/**/*" + +component/meshmap-docs: + - "content/en/meshmap/**/*" diff --git a/.github/workflows/generate_keys.yml b/.github/workflows/generate-keys.yml similarity index 90% rename from .github/workflows/generate_keys.yml rename to .github/workflows/generate-keys.yml index 76ad794b..5a4bde16 100644 --- a/.github/workflows/generate_keys.yml +++ b/.github/workflows/generate-keys.yml @@ -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: ci@layer5.io - 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 \ No newline at end of file diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 00000000..e1514ee0 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -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 }}" diff --git a/CONTRIBUTING-gitflow.md b/CONTRIBUTING-gitflow.md index 35afde8c..f6ed6fcb 100644 --- a/CONTRIBUTING-gitflow.md +++ b/CONTRIBUTING-gitflow.md @@ -43,7 +43,7 @@ Now, your local master branch is up-to-date with everything modified upstream. **Create a Branch** (doing your work) Whenever you begin work on a new feature or bugfix, it's important that you create a new branch. Not only is it proper git workflow, but it also keeps your changes organized and separated from the master branch so that you can easily submit and manage multiple pull requests for every task you complete. -To create a new branch and start working on it, peform the following flow. +To create a new branch and start working on it, perform the following flow. ## Checkout the master branch - you want your new branch to come from master ``` diff --git a/README.md b/README.md index 959a0ddd..8c69b43a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Now to setup and run the site locally run: ...and then visit http://localhost:1313. -If you pull down new code from GitHub, you will occassionally need run `make setup` again. Otherwise, there's no need to re-run `make setup` each time the site is run, you can just run `make site` to get it going and have it automatically reload as you make and save site edits. +If you pull down new code from GitHub, you will occasionally need run `make setup` again. Otherwise, there's no need to re-run `make setup` each time the site is run, you can just run `make site` to get it going and have it automatically reload as you make and save site edits. ### Editing Markdown Content @@ -43,7 +43,7 @@ The significant keys in the YAML frontmatter are: `title` (string) - This is the title of the page that will be set in the HTML title. `description` (string) - This is a description of the page that will be set in the HTML description. -`permalink` (string - relative file path) - canoncial location of the page +`permalink` (string - relative file path) - canonical location of the page `category` (string) - section to which the page belongs. `redirect_from` (string - relative file path) - in case the page was previously available elsewhere diff --git a/assets/csv/keys.csv b/assets/csv/keys.csv deleted file mode 100644 index 374ace50..00000000 --- a/assets/csv/keys.csv +++ /dev/null @@ -1,545 +0,0 @@ -"NOTE: When adding new keys and keychains, make sure the same queries present in migration is added to [install/content/permissions_keys_keyschains.sql) file.",,,,,Entitlement,,,,,,,Authorization,,,,,,,,Keychains,,Keys,,,,, -Theme,Category,Function,Feature,Primary Persona,Source,Subscription Tier,Tech,Version,Engineer,Pricing page,,User,Team Admin,Org Billing Manager,Org Admin,Provider Admin,,Curator,MeshMap,Keychain ID,SQL,Key ID,SQL,Inserted,Local Provider,, -Account Management,Profile,View Profile,,User,Closed,Free,Meshery Cloud,,,,,,,,,X,,,, ,,fa7de118-2d08-4b07-b9d7-3e0baead6d04,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('fa7de118-2d08-4b07-b9d7-3e0baead6d04',' ','Account Management','Profile','View Profile','', NOW(), uuid_nil())",Delete Key,FALSE,, -Account Management,Profile,Edit Account,,User,Closed,Free,Meshery Cloud,,,,,,,,,X,,,,Meshery as an IDP,,f5e6bb39-c89a-4172-86f9-14a4a59792c1,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('f5e6bb39-c89a-4172-86f9-14a4a59792c1','Meshery as an IDP','Account Management','Profile','Edit Account','', NOW(), uuid_nil())",X,FALSE,, -Account Management,Profile,Reset Pasword,,User,Closed,Free,Meshery Cloud,,,,,,,,,X,,,,Meshery as an IDP,,ec8a4b2e-8323-4a96-86ef-ec7be8f58ef1,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('ec8a4b2e-8323-4a96-86ef-ec7be8f58ef1','Meshery as an IDP','Account Management','Profile','Reset Pasword','', NOW(), uuid_nil())",X,FALSE,, -Account Management,Profile,Delete Account,,User,Closed,Free,Meshery Cloud,,,,,,,,,X,,,,Meshery as an IDP,,bbcb024b-78eb-48b0-8e99-f74d3862fe0f,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('bbcb024b-78eb-48b0-8e99-f74d3862fe0f','Meshery as an IDP','Account Management','Profile','Delete Account','', NOW(), uuid_nil())",X,FALSE,, -Account Management,Profile,Connect your Github Account,,User,Closed,Team,Meshery Cloud,,,,,,,,,X,,,,Meshery as an IDP,,9ea3070a-f2a4-4655-8660-5dba692f3138,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('9ea3070a-f2a4-4655-8660-5dba692f3138','Meshery as an IDP','Account Management','Profile','Connect your Github Account','', NOW(), uuid_nil())",X,FALSE,, -Account Management,Profile,Connect your Google Account,,User,Closed,Team,Meshery Cloud,,,,,,,,,X,,,,Meshery as an IDP,,bab2c574-d4e8-4e1e-a9f8-48c10be66b62,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('bab2c574-d4e8-4e1e-a9f8-48c10be66b62','Meshery as an IDP','Account Management','Profile','Connect your Google Account','', NOW(), uuid_nil())",X,FALSE,, -Account Management,Subscription,View Subcription,,Billing,Closed,Team,Meshery Cloud,,,,,,,,,X,,,,Permissions: Keychains and Keys,,9098e61d-deaa-43da-960c-1bc3d5a00495,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('9098e61d-deaa-43da-960c-1bc3d5a00495','Permissions: Keychains and Keys','Account Management','Subscription','View Subcription','', NOW(), uuid_nil())",X,FALSE,, -Account Management,Plans,View Plans,,Billing,Closed,Team,Meshery Cloud,,,,,,,,,X,,,,Permissions: Keychains and Keys,,1907bd7a-5055-4e9b-98f6-7e8b720af887,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('1907bd7a-5055-4e9b-98f6-7e8b720af887','Permissions: Keychains and Keys','Account Management','Plans','View Plans','', NOW(), uuid_nil())",X,FALSE,, -Application Management,Client Library Migration,Golang (native exponential backoff),,Developer,Closed,Enterprise,Golang,,,,,,,,,,,,,,,ec9db4e8-671e-41ff-a0de-842c25d6f421,,,FALSE,, -Application Management,Client Library Migration,GoKit,,Developer,Closed,Enterprise,Golang,,,or client library integration,,,,,,,,,,,,1b3e39ba-8d44-4d93-bd3c-202f6d111912,,,FALSE,, -Application Management,Client Library Migration,Spring Boot,,Developer,Closed,Enterprise,Java,,,,,,,,,,,,,,,39f0cb17-0d30-41c0-b305-04dd63f546cb,,,FALSE,, -Application Management,Client Library Migration,Hystrix,,Developer,Closed,Enterprise,Java,,,,,,,,,,,,,,,d65229d7-341b-4986-8f1f-8dfb1673b909,,,FALSE,, -Application Management,Client Library Migration,,,Developer,Closed,Enterprise,,,,,,,,,,,,,,,,b2537e5b-be23-4bfd-93f1-49f67051139a,,,FALSE,, -Application Management,Workload Onboarding,,,Developer,,,,,,,,,,,,,,,,,,4cfbbf66-02ed-4cad-b381-5db20cb419cf,,,FALSE,, -Application Management,Workload Onboarding,,,Developer,,,,,,,,,,,,,,,,,,d4a75e81-2cbb-4cd6-9f6c-5406786f87db,,,FALSE,, -Catalog Management,Catalog ,Download Design,,,,,,,,,,,,,X,X,,,,Chargeback,,7a7d3cad-4cf4-48fa-b69c-e6a5abc97a07,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('7a7d3cad-4cf4-48fa-b69c-e6a5abc97a07','Chargeback','Catalog Management','Catalog ','Download Design','', NOW(), uuid_nil())",X,FALSE,, -Catalog Management,Catalog ,Share Design,"Share design with anyone within your organization, and make your design easily accessible to all relevant team members.",User,,Free,Meshery,v0.7.0,Yash,,,X,,,X,X,,,,Catalog Management,,d9ae2b08-762f-418f-916f-43de736b53e2,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('d9ae2b08-762f-418f-916f-43de736b53e2','Catalog Management','Catalog Management','Catalog ','Share Design','Share design with anyone within your organization, and make your design easily accessible to all relevant team members.', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Catalog,Clone Design,Clone any published design to customise it according to your use cases,User,,Free,Meshery,v0.7.0,Yash,,,X,,,X,X,,,,Catalog Management,,94a12f80-3c45-4a1f-afb2-a68b909d0d7f,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('94a12f80-3c45-4a1f-afb2-a68b909d0d7f','Catalog Management','Catalog Management','Catalog','Clone Design','Clone any published design to customise it according to your use cases', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Catalog,Open in Playground,,,,,,,,,,,,,X,X,,,,Chargeback,,c4d6c676-6e26-4b0c-9fdd-5eea1b780e98,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('c4d6c676-6e26-4b0c-9fdd-5eea1b780e98','Chargeback','Catalog Management','Catalog','Open in Playground','', NOW(), uuid_nil())",X,FALSE,, -Catalog Management,Applications ,View Applications,,,,,,,,,,,,,,X,,,,Install extension,,bfb200b6-0ba9-4783-95d4-eaf1c8fe004c,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('bfb200b6-0ba9-4783-95d4-eaf1c8fe004c','Install extension','Catalog Management','Applications ','View Applications','', NOW(), uuid_nil())",X,FALSE,, -Catalog Management,Designs ,View Designs ,,,,,,,,,,,,,,X,,,,Install extension,,3798736d-1f5d-41b3-876f-f3f01453dd15,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('3798736d-1f5d-41b3-876f-f3f01453dd15','Install extension','Catalog Management','Designs ','View Designs ','', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Filter,View Filter,,,,,,,,,,,,,,X,,,,Install extension,,df41c45f-7c73-49c2-a055-0584fdcec1c1,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('df41c45f-7c73-49c2-a055-0584fdcec1c1','Install extension','Catalog Management','Filter','View Filter','', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Catalog Requests,View Catalog Requests,,,,,,,,,,,,,,X,,,,Chargeback,,30b68d69-d199-48fd-b4ff-54b5282c5c03,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('30b68d69-d199-48fd-b4ff-54b5282c5c03','Chargeback','Catalog Management','Catalog Requests','View Catalog Requests','', NOW(), uuid_nil())",X,FALSE,, -Catalog Management,Catalog Requests,Approve Catalog Request,,,,,,,,,,,,,X,X,,,,Chargeback,,66fbc8c0-b08a-494b-8c60-68ee1b607176,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('66fbc8c0-b08a-494b-8c60-68ee1b607176','Chargeback','Catalog Management','Catalog Requests','Approve Catalog Request','', NOW(), uuid_nil())",X,FALSE,, -Catalog Management,Catalog Requests`,Deny Catalog Request,,,,,,,,,,,,,X,X,,,,Chargeback,,b9137717-a20a-44e8-a2f9-94dc3d1a6dcb,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('b9137717-a20a-44e8-a2f9-94dc3d1a6dcb','Chargeback','Catalog Management','Catalog Requests`','Deny Catalog Request','', NOW(), uuid_nil())",X,FALSE,, -Catalog Management,Designs,Create new design,Create new Meshery design,Operator,Open,Free,Meshery,v0.7.0,,,,X,X,,X,X,,,,Catalog Management,,14bd933e-83b7-464d-9a4d-d8c8eb9682ab,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('14bd933e-83b7-464d-9a4d-d8c8eb9682ab','Catalog Management','Catalog Management','Designs','Create new design','Create new Meshery design', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Designs,Import Design,Import a design,All,Open,Free,Meshery,v0.7.0,,,,X,X,,X,X,,,,Catalog Management,,cc040d21-3160-4a96-8efa-833487a234cd,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('cc040d21-3160-4a96-8efa-833487a234cd','Catalog Management','Catalog Management','Designs','Import Design','Import a design', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Designs,Import Design,Import a design from Kubernetes Manifest,All,Open,Free,Meshery,v0.7.0,,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Import Design ,Import a design from Meshery Design (YAML),All,Open,Free,Meshery,v0.7.0,,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Import Design,Import a design from Helm Chart,All,Open,Free,Meshery,v0.7.0,,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Import Design ,Import a design from Docker Compose,All,Open,Free,Meshery,v0.7.0,,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Import Design ,Import a design from Meshery Design (OCI Image),All,Open,Free,Meshery,v0.8.0,Pranav,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Source Design,Import a design from GitHub,All,Closed,Enterprise,Cloud,v0.9.0,Pranav,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Import Design ,Import a design from GitLab,All,Closed,Enterprise,Meshery,v0.9.0,Pranav,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Import Design ,Import a design from BitBucket,All,Closed,Enterprise,Meshery,post v1.0,Pranav,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Export Design ,Using your local filesystem or remote URL.,All,Open,Free,Meshery Server,v0.5.0,Pranav,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Export Design ,"Export a design in source type format (Kubernetes Manifest, Helm Chart, Docker Compose)",All,Open,Free,Meshery,v0.7.0,Yash,,,X,X,,X,X,,,,Catalog Management,,9a783f51-3b4a-47a6-a02e-b0db9e78cd85,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('9a783f51-3b4a-47a6-a02e-b0db9e78cd85','Catalog Management','Catalog Management','Designs','Export Design ','Export a design in source type format (Kubernetes Manifest, Helm Chart, Docker Compose)', NOW(), uuid_nil())",,FALSE,, -Catalog Management,Designs,Export Design ,Export a latest version of design in Meshery Design (YAML format),All,Open,Free,Meshery,v0.7.0,,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Export Design ,Export a latest version of design in Meshery Design (OCI format),All,Open,Free,Meshery,v0.8.0,Pranav,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Export Design ,Export a design at a specific version ,All,Closed,Team,GitHub (OCI),v0.9.0,,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Export Design ,Export a design to GitHub,All,Closed,Enterprise,Cloud,v0.8.0,Pranav,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Export Design ,Export a design to GitLab,All,Closed,Enterprise,Meshery,v0.9.0,Pranav,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Export Design ,Export a design to BitBucket,All,Closed,Enterprise,Meshery,post v1.0,Pranav,,,X,X,,X,X,,,,,,,,,FALSE,, -Catalog Management,Designs,Publish Design,Publish a design,Platform Engineer,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Catalog Management,,9e66bdec-4177-42f9-8cec-d9eb52a12c38,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('9e66bdec-4177-42f9-8cec-d9eb52a12c38','Catalog Management','Catalog Management','Designs','Publish Design','Publish a design', NOW(), uuid_nil())",X,FALSE,, -Catalog Management,Designs,Unpublish Design,Unpublish a design,Platform Engineer,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Catalog Management,,c1595c90-b85b-4ac7-b921-f08959926db3,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('c1595c90-b85b-4ac7-b921-f08959926db3','Catalog Management','Catalog Management','Designs','Unpublish Design','Unpublish a design', NOW(), uuid_nil())",X,FALSE,, -Catalog Management,Designs,Validate Design,Validate a design,Operator,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Catalog Management,,da5339dd-a4bc-4b91-8865-d8a703656516,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('da5339dd-a4bc-4b91-8865-d8a703656516','Catalog Management','Catalog Management','Designs','Validate Design','Validate a design', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Designs,Deploy Design,Deploy a design,Operator,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Catalog Management,,595b921a-ea1e-4611-83f0-503db0eeb94d,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('595b921a-ea1e-4611-83f0-503db0eeb94d','Catalog Management','Catalog Management','Designs','Deploy Design','Deploy a design', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Designs,Undeploy Design,Retract all resources used in a Meshery design from the cluster,Operator,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Catalog Management,,16b11ffa-7b92-4666-a0ff-191df9cd18b2,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('16b11ffa-7b92-4666-a0ff-191df9cd18b2','Catalog Management','Catalog Management','Designs','Undeploy Design','Retract all resources used in a Meshery design from the cluster', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Designs,Details of design,Set design information or details of a design,ALL,Open,Free,Meshery,v0.7.0,,,,X,,,X,X,,,,Catalog Management,,10a03036-53a0-40b3-9f69-6daab852e434 ,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('10a03036-53a0-40b3-9f69-6daab852e434 ','Catalog Management','Catalog Management','Designs','Details of design','Set design information or details of a design', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Designs,Edit design,Edit a design,Operator,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Catalog Management,,7f2b7084-4533-4824-b688-50cf35de7ef8,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('7f2b7084-4533-4824-b688-50cf35de7ef8','Catalog Management','Catalog Management','Designs','Edit design','Edit a design', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Designs,Delete a design,Delete a design,Operator,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Catalog Management,,f024fcf7-3c3d-4521-b83e-6d659353ca0e,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('f024fcf7-3c3d-4521-b83e-6d659353ca0e','Catalog Management','Catalog Management','Designs','Delete a design','Delete a design', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Designs,Download a design,,Operator,Open,Free,Meshery,v0.7.0,,,,X,,,X,X,,,,Catalog Management,,64de96b7-60db-4aab-b311-afc64066b2c4,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('64de96b7-60db-4aab-b311-afc64066b2c4','Catalog Management','Catalog Management','Designs','Download a design','', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Filters,Import Filter,Import a filter,Operator,Open,Free,Meshery,v0.7.0,,,,X,,,X,X,,,,Catalog Management,,cb79d7fb-19de-45fa-aaf5-0a0afc832bf8,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('cb79d7fb-19de-45fa-aaf5-0a0afc832bf8','Catalog Management','Catalog Management','Filters','Import Filter','Import a filter', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Filters,Publish WASM Filter,Publish WASM Filter,Operator,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Catalog Management,,173d99b7-3820-4c0c-88b2-a8455bd7a6b5,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('173d99b7-3820-4c0c-88b2-a8455bd7a6b5','Catalog Management','Catalog Management','Filters','Publish WASM Filter','Publish WASM Filter', NOW(), uuid_nil())",X,FALSE,, -Catalog Management,Filters,Unpublish WASM Filter,Unpublish WASM Filter,Operator,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Catalog Management,,773f0a4d-ba04-40ed-9298-59ac8749804a,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('773f0a4d-ba04-40ed-9298-59ac8749804a','Catalog Management','Catalog Management','Filters','Unpublish WASM Filter','Unpublish WASM Filter', NOW(), uuid_nil())",X,FALSE,, -Catalog Management,Filters,Download a WASM filter,Download a WASM filter,Operator,Open,Free,Meshery,v0.7.0,,,,X,,,X,X,,,,Catalog Management,,24325b2c-5e08-4ba8-809f-8a4a1bf91084,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('24325b2c-5e08-4ba8-809f-8a4a1bf91084','Catalog Management','Catalog Management','Filters','Download a WASM filter','Download a WASM filter', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Filters,Details of WASM Filter,Check information or details of a WASM filter,ALL,Open,Free,Meshery,v0.7.0,,,,X,,,X,X,,,,Catalog Management,,86c457b5-b9ec-4223-af1f-30a5be67d69d,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('86c457b5-b9ec-4223-af1f-30a5be67d69d','Catalog Management','Catalog Management','Filters','Details of WASM Filter','Check information or details of a WASM filter', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Filters,Edit WASM filter,Edit WASM filter,Operator,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Catalog Management,,88cd144e-806e-472a-a31a-ef6d64643291,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('88cd144e-806e-472a-a31a-ef6d64643291','Catalog Management','Catalog Management','Filters','Edit WASM filter','Edit WASM filter', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Filters,Clone WASM Filter,"Clone WASM filter from catalog, which allows customizing filter and use it in design",All,,Free,Meshery,v0.7.0,,,,X,,,X,X,,,,Catalog Management,,c84718ca-7479-4ad9-a2b7-a5784baa51fb,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('c84718ca-7479-4ad9-a2b7-a5784baa51fb','Catalog Management','Catalog Management','Filters','Clone WASM Filter','Clone WASM filter from catalog, which allows customizing filter and use it in design', NOW(), uuid_nil())",X,TRUE,, -Catalog Management,Filters,Delete WASM Filter,Delete WASM filter permanently from catalog.,Operator,,Free,Meshery,v0.7.0,,,,X,,,X,X,,,,Catalog Management,,9225d5a7-7255-49be-9233-daeabefae306,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('9225d5a7-7255-49be-9233-daeabefae306','Catalog Management','Catalog Management','Filters','Delete WASM Filter','Delete WASM filter permanently from catalog.', NOW(), uuid_nil())",X,TRUE,, -Collaboration,Collaborators for public designs,"Invite any Meshery Cloud user, or all Meshery users","Invite any Meshery Cloud user, or all Meshery users, to work with you on a public design that control – including making changes and releasing new versions.",,,Team,MeshMap,v0.7.0,,,,X,,,X,X,,,,Collaboration,,ccc4bc8d-f484-42b3-8a62-2667284605c3,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('ccc4bc8d-f484-42b3-8a62-2667284605c3','Collaboration','Collaboration','Collaborators for public designs','Invite any Meshery Cloud user, or all Meshery users','Invite any Meshery Cloud user, or all Meshery users, to work with you on a public design that control – including making changes and releasing new versions.', NOW(), uuid_nil())",X,FALSE,, -Collaboration,Collaborators for private designs,Invite any Meshery Cloud user to on a private design,Invite any Meshery Cloud user to work with you on a private design that control – including making changes and releasing new versions.,,,Enterprise,MeshMap,v0.7.0,,,,,,,X,X,,,,Collaboration,,e28b851f-9a49-4ecf-a86e-493db1a27540,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('e28b851f-9a49-4ecf-a86e-493db1a27540','Collaboration','Collaboration','Collaborators for private designs','Invite any Meshery Cloud user to on a private design','Invite any Meshery Cloud user to work with you on a private design that control – including making changes and releasing new versions.', NOW(), uuid_nil())",X,FALSE,, -Collaboration,Team Chat,Message in real-time,"Message in real-time, unattached to a specific design. Control who can pariticpate in the discussion.",,,Enterprise,MeshMap,v0.7.0,,,,,X,,X,X,,,,Collaboration,,c42d08b2-c3e0-47b6-9e47-cfb149c0a5af,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('c42d08b2-c3e0-47b6-9e47-cfb149c0a5af','Collaboration','Collaboration','Team Chat','Message in real-time','Message in real-time, unattached to a specific design. Control who can pariticpate in the discussion.', NOW(), uuid_nil())",X,FALSE,, -Collaboration,Design Reviews,Discuss any design by leaving review comments,"Discuss any design by leaving review comments or notes on a specific design. Control who has access, notify discussion participants with updates, and link from anywhere.",,,Team,MeshMap,v0.7.0,,,,,,,X,X,,,,Collaboration,,da5adf96-9fb5-49b2-a55e-dec9c9c4acba,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('da5adf96-9fb5-49b2-a55e-dec9c9c4acba','Collaboration','Collaboration','Design Reviews','Discuss any design by leaving review comments','Discuss any design by leaving review comments or notes on a specific design. Control who has access, notify discussion participants with updates, and link from anywhere.', NOW(), uuid_nil())",X,FALSE,, -Collaboration,Organization and Team Management,Manage access to designs,"Manage access to designs on a team-by-team, or individual user, basis.",,,Enterprise,MeshMap,v0.7.0,,,,,,,X,X,,,,Collaboration,,7a17c8d3-bba2-474b-bb1e-be5b5eee5dad,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('7a17c8d3-bba2-474b-bb1e-be5b5eee5dad','Collaboration','Collaboration','Organization and Team Management','Manage access to designs','Manage access to designs on a team-by-team, or individual user, basis.', NOW(), uuid_nil())",X,FALSE,, -Collaboration,Collaborative Design,Create and collaborate in online designs in real-time.,Create and collaborate in online designs in real-time.,,,Team,MeshMap,v0.7.0,,,,,,,X,X,,,,Collaboration,,d5267c04-b3ee-43fe-8b97-2a3321eb7f8e,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('d5267c04-b3ee-43fe-8b97-2a3321eb7f8e','Collaboration','Collaboration','Collaborative Design','Create and collaborate in online designs in real-time.','Create and collaborate in online designs in real-time.', NOW(), uuid_nil())",X,FALSE,, -Collaboration,Add-ons,,,,,Team,MeshMap,v0.7.0,,,,,,,X,X,,,,Collaboration,,58226400-8ffd-43f7-ab14-38f6edf50034,,,FALSE,, -Content Catalog,Deployment Patterns,,,,,,,,,,,,,,,,,,,,,834c8d0b-d873-4689-a7b2-472499657c45,,,FALSE,, -Content Catalog,Best Practices,"Istio: Virtual Service, Destination Rules, ...",,Operator,Closed,Team,MeshMap,v0.6.0,,,,,,,,,,,,,,81e90a7a-fac7-40d1-bf7d-e8250d36fe5d,,,FALSE,, -Content Catalog,Best Practices,Consul,,Operator,Closed,Team,MeshMap,v0.7.0,,,,,,,,,,,,,,bb345c3a-22f0-4377-8f55-8f6ebef5524d,,,FALSE,, -Content Catalog,Best Practices,Kuma,,Operator,Closed,Team,MeshMap,v0.7.0,,,,,,,,,,,,,,425d0113-0363-48fb-9698-4f392a4b7b48,,,FALSE,, -Event Management,Statistics,View Statitistics,,,,,,,,,,,,,X,X,,,,Accept Access Request,,d5fd3a6f-23a6-429c-b9b3-7ffa75d3f381,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('d5fd3a6f-23a6-429c-b9b3-7ffa75d3f381','Accept Access Request','Event Management','Statistics','View Statitistics','', NOW(), uuid_nil())",X,FALSE,, -Events Management,Events,View Events ,,,,,,,,,,,,,X,X,,,,Accept Access Request,,4fe3e6b9-3363-4e9d-bfd4-9cd5bd168e5a,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('4fe3e6b9-3363-4e9d-bfd4-9cd5bd168e5a','Accept Access Request','Events Management','Events','View Events ','', NOW(), uuid_nil())",X,FALSE,, -Events Management,Summary,View Summary,,,,,,,,,,,,,X,X,,,,Accept Access Request,,82c04345-f7ba-4696-bddd-da7bd0046f38,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('82c04345-f7ba-4696-bddd-da7bd0046f38','Accept Access Request','Events Management','Summary','View Summary','', NOW(), uuid_nil())",X,FALSE,, -Events Management,Audit,View Audit,,,,,,,,,,,,,X,X,,,,Accept Access Request,,80bb9c66-0657-49ff-a064-667e9875bb3f,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('80bb9c66-0657-49ff-a064-667e9875bb3f','Accept Access Request','Events Management','Audit','View Audit','', NOW(), uuid_nil())",X,FALSE,, -Extensibility,Framework,Dynamic Injection via Remote Provider,,Integrator,Open,Free,Golang,,,,,,,,,,,,,,,aee2b910-ab6b-4af5-b405-38fdbe11790d,,,FALSE,, -Extensibility,ReST API,Namespaced custom endpoints,,Integrator,Open,Free,Golang,,,,,,,,,,,,,,,ee6562f9-eb5e-4978-9239-fc1ac18a06a2,,,FALSE,, -Extensibility,ReST API,Swagger integration,,Integrator,Open,Free,Golang,,,,,,,,,,,,,,,045f4c47-95d7-4ee7-923e-b069faa75640,,,FALSE,, -Extensibility,GraphQL API,Namespaced custom resolvers,,Integrator,Open,Free,Golang,,,,,,,,,,,,,,,192cd281-234a-4127-b8a8-3e6f10d9e730,,,FALSE,, -Extensibility,Extension Point,Adapters,Extend Meshery's capabilities behind a gRPC interface for Model registration and operation invocation,Integrator,Open,Free,Golang,,,,,,,,,,,,,,,65150884-c617-4aa4-bb0f-09dd0532bb83,,,FALSE,, -Extensibility,Extension Point,Load Generators,,Integrator,Open,Free,Golang,,,,,,,,,,,,,,,d63d7908-0699-4548-8493-bc3cb1b32699,,,FALSE,, -Extensibility,Extension Point,Authentication,,Integrator,Open,Free,Golang,,,,,,,,,,,,,,,3073abac-9b60-4c9e-b8af-0bc3adeeb5a5,,,FALSE,, -Extensibility,Extension Point,Authorization,,Integrator,Open,Free,Golang,,,,,,,,,,,,,,,e750108f-7659-48a8-8b24-a811f1852819,,,FALSE,, -Extensibility,Extension Point,Remote Providers,,Integrator,Open,Free,Golang,,,,,,,,,,,,,,,be4505ae-b83e-479f-81f7-8f59eeae251d,,,FALSE,, -Extensibility,Extension Point,Meshery UI: Collaborators,Real-time user presence and user profile integration,Integrator,Open,Free,ReactJS,,,,,,,,,,,,,,,,,,FALSE,, -Extensibility,Extension Point,Meshery UI: Extensible Authorization,Extensible Permission and Entitlement session-based key verification and enforcement,Integrator,Open,Free,ReactJS,,,,,,,,,,,,,,,,,,FALSE,, -Extensibility,Extension Point,User Preferences,,Integrator,Open,Free,Golang,,,,,,,,,,,,,,,39da55c3-68eb-4510-a115-bff559e648ef,,,FALSE,, -Extensibility,Extension Point,Peer-to-Peer ,Propagate document updates peer-to-peer using WebRTC.,Integrator,Open,Free,Golang,,,,,,,,,,,,,,,66f311bf-6b7e-41ee-bab6-5e671dd2f0e6,,,FALSE,, -Extensibility,Extensions,Install extension,Install or enable or disabble extensions in Meshery,Integrator,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Extension Point Management,,24f41e98-7ce1-40c4-a82d-4ae0294d237d,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('24f41e98-7ce1-40c4-a82d-4ae0294d237d','Extension Point Management','Extensibility','Extensions','Install extension','Install or enable or disabble extensions in Meshery', NOW(), uuid_nil())",X,TRUE,, -Extensibility,Extensions,View Meshery User Preferences,View all user preferences in Meshery UI ,Integrator,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Extension Point Management,,cdec6212-bbbf-4cab-b10d-76d12bee7e56,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('cdec6212-bbbf-4cab-b10d-76d12bee7e56','Extension Point Management','Extensibility','Extensions','View Meshery User Preferences','View all user preferences in Meshery UI ', NOW(), uuid_nil())",X,TRUE,, -Extensibility,Extensions,View Extensions,View all extensions on the extension page,ALL,Open,Free,Meshery,v0.7.0,,,,X,,,X,X,,,,Extension Point Management,,c1330df4-1bbe-4d5d-8828-f4bd9ee989e5,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('c1330df4-1bbe-4d5d-8828-f4bd9ee989e5','Extension Point Management','Extensibility','Extensions','View Extensions','View all extensions on the extension page', NOW(), uuid_nil())",X,TRUE,, -Financial Management,Accounting,Showback,,Platform Engineer,,,WASM,,,,,,,,,,,,,,,f1a4d8b0-a4f0-413f-83be-9f7fb9e48a08,,,FALSE,, -Financial Management,Billing,Chargeback,"Per service, per authenticated user",Product Manager,,,WASM,,,,,,,,,,,,,,,3a1c684a-dbde-4833-b592-e64f9c35a50e,,,FALSE,, -Financial Management,,,,Product Manager,,,WASM,,,,,,,,,,,,,,,7f654252-b1b0-4a35-9302-cc5626833458,,,FALSE,, -Financial Management,,,,Product Manager,,,WASM,,,,,,,,,,,,,,,e135755a-7b2a-4eb7-a6c5-e6a8ae9128cc,,,FALSE,, -GitOps,Review,Snapshots,Visual insights in your pull requests in GitLab,Operator,Closed,Team,Meshery Cloud,v0.5.0,,,,,,,,,,,,,,81287ea7-5e3f-480c-8b2e-211d62d08797,,,FALSE,, -GitOps,Review,Snapshots,Visual insights in your pull requests in GitHub.com (App),Operator,Closed,Enterprise,MeshMap,v0.6.0,Uzair,,,,,,,,,,,,,,,,FALSE,, -GitOps,Review,Snapshots,Visual insights in your pull requests in GitHub.com (PAT),Operator,Closed,Enterprise,MeshMap,v1.0.0,,,,,,,,,,,,,,ba84d9c3-8f52-4675-a811-7d78653cca02,,,FALSE,, -GitOps,Review,Snapshots,Visual insights in your pull requests in GitHub Enterprise (App),Operator,Closed,Enterprise,MeshMap,v1.0.0,,,,,,,,,,,,,,45cd7d25-c205-47ae-b071-9b2083eae051,,,FALSE,, -GitOps,Review,Snapshots,Visual insights in your pull requests in Bitbucket,Operator,Closed,Enterprise,MeshMap,v0.6.0,,,,,,,,,,,,,,f9df75f6-5b98-4d54-bc1c-ae59a4d5b95c,,,FALSE,, -GitOps,Review,Snapshots,Visual insights in your pull requests in ArtifactHub,Operator,Closed,Enterprise,MeshMap,v0.6.0,,,,,,,,,,,,,,f9df75f6-5b98-4d54-bc1c-ae59a4d5b95c,,,FALSE,, -GitOps,Review,Snapshots,Support for Diffs on Pull Requests,Operator,Closed,Enterprise,MeshMap,v0.9.0,,,,,,,,,,,,,,f9df75f6-5b98-4d54-bc1c-ae59a4d5b95c,,,FALSE,, -GitOps,Pipeline,BitBucket,Initiate deployment with creation of pull request,Operator,Closed,Enterprise,MeshMap,v1.5.0,,,,,,,,,,,,,,9f236c99-b2ec-4474-9ec8-7c3f8a09e63e,,,FALSE,, -GitOps,Pipeline,GitHub,Initiate deployment with creation of pull request,Operator,Closed,Enterprise,MeshMap,v1.5.0,,,,,,,,,,,,,,9f236c99-b2ec-4474-9ec8-7c3f8a09e63e,,,FALSE,, -GitOps,Pipeline,GitLab,Initiate deployment with creation of pull request,Operator,Closed,Enterprise,MeshMap,v1.5.0,,,,,,,,,,,,,,9f236c99-b2ec-4474-9ec8-7c3f8a09e63e,,,FALSE,, -GitOps,Pipeline,ArgoEvents,Initiate deployment with creation of pull request,Operator,Closed,Enterprise,MeshMap,post v1.0,,,,,,,,,,,,,,81287ea7-5e3f-480c-8b2e-211d62d08797,,,FALSE,, -GitOps,Pipeline,Flux,Initiate deployment with creation of pull request,Operator,Closed,Enterprise,MeshMap,post v1.0,,,,,,,,,,,,,,,,,FALSE,, -GitOps,Pipeline,Webhook,Signal pass or fail: to proceed or rollback a deployment,Developer,Open,Free,GitHub Action,post v1.0,,,,,,,,,,,,,,b2b183bd-9aff-469e-9c65-8027b75999aa,,,FALSE,, -GitOps,Pipeline,Assess and Characterize Service Performance,Signal pass or fail: to proceed or rollback a deployment,Operator,Open,Free,GitHub Action,v0.5.0,,,,,,,,,,,,,,b869fa3d-bace-4e7a-9403-99e0b280ed56,,,FALSE,, -GitOps,SMI Conformance,Verify conformance; return results and green/red light,,Platform Engineer,Open,Free,GitHub Action,,,,,,,,,,,,,,,995e6bbd-1015-4213-a859-14e983e42e7b,,,FALSE,, -Identity & Access Management,Single User,Implicit user; implicit role (admin),,All,Open,Free,Meshery Server,v0.1.0,,,,,,,,X,,,,,,d5591874-986c-471f-8631-0b0d87989b41,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('d5591874-986c-471f-8631-0b0d87989b41','','Identity & Access Management','Single User','Implicit user; implicit role (admin)','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Multiple Users,Multi-tenancy,,All,Closed,Free,Meshery Cloud,v0.2.0,,,,,,,,X,,,,,,ebfc8533-802b-4cf1-8c38-25c1ac3f492b,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('ebfc8533-802b-4cf1-8c38-25c1ac3f492b','','Identity & Access Management','Multiple Users','Multi-tenancy','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Individual User Preferences,Allows preferences to be set per user.,,All,Closed,Free,Meshery Cloud,v0.3.0,,,,,,,,X,,,,,,18771b5f-6550-4ef2-ab95-cc7a93a12d16,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('18771b5f-6550-4ef2-ab95-cc7a93a12d16','','Identity & Access Management','Individual User Preferences','Allows preferences to be set per user.','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Built-in Roles,Static - out of the box,,Platform Engineer,Closed,Team,Meshery Server,v0.6.0,,,,,,,,X,,,,,,9032e8f8-414e-462c-afa9-81c4e45f3eec,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('9032e8f8-414e-462c-afa9-81c4e45f3eec','','Identity & Access Management','Built-in Roles','Static - out of the box','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,User-defined Roles,Customizable roles for specific permission assignments,,Platform Engineer,Closed,Enterprise,Meshery Cloud,v1.0.0,,,,,,,,X,,,,,,99d7881c-ca1a-41f9-9c0a-fd36a619a110,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('99d7881c-ca1a-41f9-9c0a-fd36a619a110','','Identity & Access Management','User-defined Roles','Customizable roles for specific permission assignments','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Multiple Organizations,Enforcement of tenancy,,Platform Engineer,Closed,Enterprise,Meshery Cloud,v0.7.0,,,,,,,,X,,,,,,4b46c866-0d9e-43e6-8810-b0f8df9d0f8c,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('4b46c866-0d9e-43e6-8810-b0f8df9d0f8c','','Identity & Access Management','Multiple Organizations','Enforcement of tenancy','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Multiple Organizations,Hierarchical permissioning,,Platform Engineer,Closed,Enterprise,OPA,v0.9.0,,,,,,,,X,,,,,,6a31b997-9162-4022-87ae-c031bfba53d5,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('6a31b997-9162-4022-87ae-c031bfba53d5','','Identity & Access Management','Multiple Organizations','Hierarchical permissioning','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Authentication,OAuth,,Platform Engineer,Closed,Free,Meshery Cloud,v0.2.0,,,,,,,,X,,,,,,36372d4f-5aea-4c2e-9938-59d7534bfc1b,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('36372d4f-5aea-4c2e-9938-59d7534bfc1b','','Identity & Access Management','Authentication','OAuth','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Authentication: LDAP,Access Meshery Server using your existing accounts and centrally manage repository access.,,Platform Engineer,Closed,Enterprise,Meshery Cloud,v0.9.0,,,,,,,,X,,,,,,db96233e-047b-4e2f-b4e3-419c038e4b26,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('db96233e-047b-4e2f-b4e3-419c038e4b26','','Identity & Access Management','Authentication: LDAP','Access Meshery Server using your existing accounts and centrally manage repository access.','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Authentication: SAML,Use an identity provider to manage the identities of GitHub users and applications.,,Platform Engineer,Closed,Enterprise,Meshery Cloud,v1.1.0,,,,,,,,X,,,,,,4d7cccf0-1831-4814-a5eb-2358b99c2870,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('4d7cccf0-1831-4814-a5eb-2358b99c2870','','Identity & Access Management','Authentication: SAML','Use an identity provider to manage the identities of GitHub users and applications.','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Authentication,Azure Active Directory,,Platform Engineer,Closed,Enterprise,Meshery Cloud,v0.9.0,,,,,,,,X,,,,,,59a839ba-277c-4e69-a559-2659a355bfa5,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('59a839ba-277c-4e69-a559-2659a355bfa5','','Identity & Access Management','Authentication','Azure Active Directory','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Authorization,Creation of permissions,,Platform Engineer,Closed,Enterprise,Meshery Cloud,v0.7.0,,,,,,,,X,,,,,,e013aebc-b245-451d-a330-423f629fa072,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('e013aebc-b245-451d-a330-423f629fa072','','Identity & Access Management','Authorization','Creation of permissions','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Authorization,Permissions: Keychains and Keys,,Platform Engineer,Closed,Enterprise,Meshery Cloud,v0.7.0,,,,,,,,X,,,,,,4c2bb161-93f1-4964-9227-faa0dcd9f03c,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('4c2bb161-93f1-4964-9227-faa0dcd9f03c','','Identity & Access Management','Authorization','Permissions: Keychains and Keys','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Authorization,Meshery as an IDP,,All,Closed,Team / Enterprise,Meshery Cloud,v2.0.0,,,,,,,,X,,,,,,dbaca3e3-2ece-4ab9-adc0-091689dcb4d6,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('dbaca3e3-2ece-4ab9-adc0-091689dcb4d6','','Identity & Access Management','Authorization','Meshery as an IDP','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Authorization,Generic OIDC,Own and control the user accounts of your enterprise members through your identity provider (IdP).,All,Closed,Team / Enterprise,Meshery Cloud,v0.7.0,,,,,,,,X,,,,,,0b3313eb-5c77-4dba-9074-122cfb01bf55,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('0b3313eb-5c77-4dba-9074-122cfb01bf55','','Identity & Access Management','Authorization','Generic OIDC','Own and control the user accounts of your enterprise members through your identity provider (IdP).', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Users,View User Public Profile,"See public user profile details, public activities and public resources. ",,,Free,,,,,,,,,,X,,,,User Management,,daded1e9-ff0f-4259-86ac-e168fd5565d4,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('daded1e9-ff0f-4259-86ac-e168fd5565d4','User Management','Identity & Access Management','Users','View User Public Profile','See public user profile details, public activities and public resources. ', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Users,View User Settings,"See private user profile details, private activities and private resources. ",,,Free,,,,,,,,,,X,,,,User Management,,e00cae57-6dc6-41ac-b174-f3b01b4adce0,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('e00cae57-6dc6-41ac-b174-f3b01b4adce0','User Management','Identity & Access Management','Users','View User Settings','See private user profile details, private activities and private resources. ', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Users,View All Users,See all teams within an organization. See all members of all teams.,,,,,,,,,,,,X,X,,,,Organization Management,,382da488-9a92-4a5b-958d-c4bfe1e80253,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('382da488-9a92-4a5b-958d-c4bfe1e80253','Organization Management','Identity & Access Management','Users','View All Users','See all teams within an organization. See all members of all teams.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Users,Update User Profile,Directly create a new user account within a team.,,,Free,,,,,,,,,X,X,,,,Team Management,,b9a86a74-d6e9-46e4-abae-fe5235ba0e26,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('b9a86a74-d6e9-46e4-abae-fe5235ba0e26','Team Management','Identity & Access Management','Users','Update User Profile','Directly create a new user account within a team.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Users,Invite User to Team,Send a request for a user to join a team.,,,Team,,,,,,,X,,X,X,,,,Team Management,,d3478829-9281-468e-9d49-f7aa659d0f89,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('d3478829-9281-468e-9d49-f7aa659d0f89','Team Management','Identity & Access Management','Users','Invite User to Team','Send a request for a user to join a team.', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Users,Remove User from Team,Discontinue user membership of a team and team resources.,,,Team,,,,,,,X,,X,X,,,,Team Management,,8b41825f-e840-42bf-81a8-2f962a6d134b,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('8b41825f-e840-42bf-81a8-2f962a6d134b','Team Management','Identity & Access Management','Users','Remove User from Team','Discontinue user membership of a team and team resources.', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Users,Create Team,Establish new team for organizing groups of users and resource access.,,,,,,,,,,X,,X,X,,,,Team Management,,8608355a-bf35-4bd6-b339-2384d34ae2ed,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('8608355a-bf35-4bd6-b339-2384d34ae2ed','Team Management','Identity & Access Management','Users','Create Team','Establish new team for organizing groups of users and resource access.', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Users,Delete Team,Dissolve a team and all user memberships. Leave associated resources intact.,,,,,,,,,,X,,X,X,,,,Team Management,,44ce4333-a138-42a3-9695-c6c1fcd2c301,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('44ce4333-a138-42a3-9695-c6c1fcd2c301','Team Management','Identity & Access Management','Users','Delete Team','Dissolve a team and all user memberships. Leave associated resources intact.', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Users,Delete User,Delete a user account,,,Team,,,,,,,X,,X,X,,,,User Management,,8e077f96-c957-478f-aae1-0e96232dc3e7,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('8e077f96-c957-478f-aae1-0e96232dc3e7','User Management','Identity & Access Management','Users','Delete User','Delete a user account', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Users,Edit User,"Edit user role, name, email etc",,,Team,,,,,,,X,,,X,,,,User Management,,eb4dff91-a7c6-4167-aa2d-2e81539e6b62,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('eb4dff91-a7c6-4167-aa2d-2e81539e6b62','User Management','Identity & Access Management','Users','Edit User','Edit user role, name, email etc', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Users,Create User,Create a new user,,,,,,,,,,X,,,X,,,,User Management,,032582e1-c406-4c75-8732-4f2ada0191b3,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('032582e1-c406-4c75-8732-4f2ada0191b3','User Management','Identity & Access Management','Users','Create User','Create a new user', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Users,Leave Team,Leave a team,,,,,,,,,,,,,X,,,,User Management,,680b9fcb-6d8d-448d-8012-4b792d71c52e,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('680b9fcb-6d8d-448d-8012-4b792d71c52e','User Management','Identity & Access Management','Users','Leave Team','Leave a team', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Users,View All Kubernetes Clusters,View all configured Kubernetes clusters,,,,Meshery,,,,,X,,,X,X,,,,Lifecycle management,,b99a9a0a-2cb9-4be7-8251-14a249e4038e,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('b99a9a0a-2cb9-4be7-8251-14a249e4038e','Lifecycle management','Identity & Access Management','Users','View All Kubernetes Clusters','View all configured Kubernetes clusters', NOW(), uuid_nil())",X,TRUE,, -Identity & Access Management,Teams,View Team,See only teams to which you are a member. See all other members within those teams.,All,Closed,Team,Meshery Cloud,v0.7.0,,,,X,X,,X,X,,,,Team Management,,,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('','Team Management','Identity & Access Management','Teams','View Team','See only teams to which you are a member. See all other members within those teams.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Teams,View Teams,See all teams of which you are an administrator. See all members of those teams.,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,X,,X,X,,,,Team Management,,6ecbbe79-c392-43bd-b7b6-ecdec019e24c,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('6ecbbe79-c392-43bd-b7b6-ecdec019e24c','Team Management','Identity & Access Management','Teams','View Teams','See all teams of which you are an administrator. See all members of those teams.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Teams,View All Teams,See all teams within an organization. See all members of all teams.,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,X,,X,X,,,,Organization Management,,8b94dd6b-234f-4c89-86cf-b029e0090255,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('8b94dd6b-234f-4c89-86cf-b029e0090255','Organization Management','Identity & Access Management','Teams','View All Teams','See all teams within an organization. See all members of all teams.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Teams,Add User to Team,Directly create a new user account within a team.,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,X,,X,X,,,,Team Management,,88b9a857-d012-4c6d-a129-4ce65b63b018,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('88b9a857-d012-4c6d-a129-4ce65b63b018','Team Management','Identity & Access Management','Teams','Add User to Team','Directly create a new user account within a team.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Teams,Invite User to Team,Send a request for a user to join a team.,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,X,,X,X,,,,Team Management,,f224ecf3-b105-4d81-9886-77127073a6ca,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('f224ecf3-b105-4d81-9886-77127073a6ca','Team Management','Identity & Access Management','Teams','Invite User to Team','Send a request for a user to join a team.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Teams,Remove User from Team,Discontinue user membership of a team and team resources.,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,X,,X,X,,,,Team Management,,e996c998-a50f-4cb8-ae7b-77127073a6ca,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('e996c998-a50f-4cb8-ae7b-77127073a6ca','Team Management','Identity & Access Management','Teams','Remove User from Team','Discontinue user membership of a team and team resources.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Teams,Create Team,Establish new team for organizing groups of users and resource access.,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,X,,X,X,,,,Team Management,,41a9eb36-b99b-4715-8140-780f97d3c6a0,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('41a9eb36-b99b-4715-8140-780f97d3c6a0','Team Management','Identity & Access Management','Teams','Create Team','Establish new team for organizing groups of users and resource access.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Teams,Delete Team,Dissolve a team and all user memberships. Leave associated resources intact.,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,X,,X,X,,,,Team Management,,bbb691b6-8664-44c7-8ea7-9c46b1ca1e8b,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('bbb691b6-8664-44c7-8ea7-9c46b1ca1e8b','Team Management','Identity & Access Management','Teams','Delete Team','Dissolve a team and all user memberships. Leave associated resources intact.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Teams,Edit Team,Edit a team and add new members to it. ,,,,,,,,,,X,,X,X,,,,Team Management,,6cf69881-0be0-4723-b5f0-031b7847509a,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('6cf69881-0be0-4723-b5f0-031b7847509a','Team Management','Identity & Access Management','Teams','Edit Team','Edit a team and add new members to it. ', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Teams,Remove User Role from Team,Remove a user role from a team. ,,,Team,,,,,,,X,,X,X,,,,Team Management,,ed3dbd2d-52f8-4608-87e0-7f2999a4518c,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('ed3dbd2d-52f8-4608-87e0-7f2999a4518c','Team Management','Identity & Access Management','Teams','Remove User Role from Team','Remove a user role from a team. ', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Teams,Assign User Role in a Team,Assign a user role in a team,,,,,,,,,,X,,X,X,,,,Team Management,,06f33eca-950c-4daa-b46d-e73af39e0868,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('06f33eca-950c-4daa-b46d-e73af39e0868','Team Management','Identity & Access Management','Teams','Assign User Role in a Team','Assign a user role in a team', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Teams,,,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,,,,X,,,,,,,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('','','Identity & Access Management','Teams','','', NOW(), uuid_nil())",,FALSE,, -Identity & Access Management,Organizations,Create Organization,"Establish new organization for organizing teams, users, and resource access.",Platform Engineer,Closed,Enterprise,Meshery Cloud,v0.7.0,,,,,,,X,X,,,,Organization Management,,17a6fa82-cdab-46db-a7ce-a9d0a1bbf40f,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('17a6fa82-cdab-46db-a7ce-a9d0a1bbf40f','Organization Management','Identity & Access Management','Organizations','Create Organization','Establish new organization for organizing teams, users, and resource access.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Organizations,Edit Organization,Edit organiaztions and add teams to it,,,,,,,,,,,,X,X,,,,Organization Management,,d39a34fb-0ccf-4c80-8a6c-b545c8db869a,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('d39a34fb-0ccf-4c80-8a6c-b545c8db869a','Organization Management','Identity & Access Management','Organizations','Edit Organization','Edit organiaztions and add teams to it', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Organizations,Add User to Organization,Directly create a new user account within an organization.,All,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,X,X,X,,,,Organization Management,,33bf7a57-f787-4208-b01c-ad9b9d9c6b6c,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('33bf7a57-f787-4208-b01c-ad9b9d9c6b6c','Organization Management','Identity & Access Management','Organizations','Add User to Organization','Directly create a new user account within an organization.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Organizations,Invite User to Organization,Send a request for a user to join an organization.,All,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,X,X,X,,,,Organization Management,,c8489026-11ab-4753-a445-8e20fc032c38,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('c8489026-11ab-4753-a445-8e20fc032c38','Organization Management','Identity & Access Management','Organizations','Invite User to Organization','Send a request for a user to join an organization.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Organizations,Remove User from Organization,"Discontinue user access to organization, teams and resources; cease billing accrual.",All,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,X,X,X,,,,Organization Management,,3ed858e4-418d-4220-9d4c-a217fd466d86,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('3ed858e4-418d-4220-9d4c-a217fd466d86','Organization Management','Identity & Access Management','Organizations','Remove User from Organization','Discontinue user access to organization, teams and resources; cease billing accrual.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Organizations,Promote or Demote User to Org Admin,Elevate or remove organization level administrative privileges.,All,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,X,X,X,,,,Organization Management,,0ddd82df-27ed-4781-a91a-ec1dbeb620d0,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('0ddd82df-27ed-4781-a91a-ec1dbeb620d0','Organization Management','Identity & Access Management','Organizations','Promote or Demote User to Org Admin','Elevate or remove organization level administrative privileges.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Organizations,View Org,See only organizations to which you are a member. See all other members within your membership teams.,All,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,X,X,X,,,,Organization Management,,49f02947-0c8d-4b2d-af53-f50ce18f8861,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('49f02947-0c8d-4b2d-af53-f50ce18f8861','Organization Management','Identity & Access Management','Organizations','View Org','See only organizations to which you are a member. See all other members within your membership teams.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Organizations,View Organizations,See all organizations of which you are an administrator. See all members of those organizations.,All,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,X,X,X,,,,Organization Management,,172fa7d3-0d8a-4646-a789-bf64f52ba40b,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('172fa7d3-0d8a-4646-a789-bf64f52ba40b','Organization Management','Identity & Access Management','Organizations','View Organizations','See all organizations of which you are an administrator. See all members of those organizations.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Organizations,View All Organizations,"See all organizations within a Layer5 Cloud deployment. See all organizations, teams, and users.",All,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,,X,X,,,,Organization Management,,e996c998-a50f-4cb8-ae7b-f2f1b523c971,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('e996c998-a50f-4cb8-ae7b-f2f1b523c971','Organization Management','Identity & Access Management','Organizations','View All Organizations','See all organizations within a Layer5 Cloud deployment. See all organizations, teams, and users.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Organizations,Remove User Role from Org,Remove a user role from a org. ,All,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,,X,X,,,,Organization Management,,8a003a11-a909-425a-bd23-d8ba14972c89,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('8a003a11-a909-425a-bd23-d8ba14972c89','Organization Management','Identity & Access Management','Organizations','Remove User Role from Org','Remove a user role from a org. ', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Organizations,Assign User Role in a Org,Assign a user role from a org,All,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,,X,X,,,,Organization Management,,0d455711-6205-422b-9de7-05933fe2aeb2,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('0d455711-6205-422b-9de7-05933fe2aeb2','Organization Management','Identity & Access Management','Organizations','Assign User Role in a Org','Assign a user role from a org', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Organizations,Transfer Organization Ownership,Transfer organization ownership to another member of the organization. ,All,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,X,X,X,,,,Organization Management,,c81764a3-9fb1-451e-8e80-693cba6f79bf,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('c81764a3-9fb1-451e-8e80-693cba6f79bf','Organization Management','Identity & Access Management','Organizations','Transfer Organization Ownership','Transfer organization ownership to another member of the organization. ', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Organizations,Delete Organization,Decommission organization and suspend account from additional accruals.,All,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,X,X,X,,,,Organization Management,,b3dc083c-fe8e-43a9-9bcd-ed93d4584f55,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('b3dc083c-fe8e-43a9-9bcd-ed93d4584f55','46decdfb-0157-48ba-a363-5e20146703be','Identity & Access Management','Organizations','Delete Organization','Decommission organization and suspend account from additional accruals.', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Roles,View All Roles,,All,Closed,Team,Meshery Cloud,v0.7.0,,,,X,X,,X,X,,,,User View,,9a84a5d0-0a16-11ee-be56-0242ac120002,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('9a84a5d0-0a16-11ee-be56-0242ac120002','46decdfb-0157-48ba-a363-5e20146703bb','Identity & Access Management','Roles','View All Roles','', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Roles,Assign User Roles,,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,X,,X,X,,,,User Management,,9a84a76a-0a16-11ee-be56-0242ac120002,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('9a84a76a-0a16-11ee-be56-0242ac120002','46decdfb-0157-48ba-a363-5e20146703bb','Identity & Access Management','Roles','Assign User Roles','', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Roles,Assign Keychains to Roles,,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,X,,X,X,,,,User Management,,9a84abb6-0a16-11ee-be56-0242ac120002,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('9a84abb6-0a16-11ee-be56-0242ac120002','46decdfb-0157-48ba-a363-5e20146703bb','Identity & Access Management','Roles','Assign Keychains to Roles','', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Roles,Create Custom Roles,,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,X,,X,X,,,,User Management,,9a84ad00-0a16-11ee-be56-0242ac120002,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('9a84ad00-0a16-11ee-be56-0242ac120002','User Management','Identity & Access Management','Roles','Create Custom Roles','', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Roles,Update Custom Roles,,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,X,,X,X,,,,User Management,,9a84ad07-0a16-11ee-be56-0242ac120002,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('9a84ad07-0a16-11ee-be56-0242ac120002','User Management','Identity & Access Management','Roles','Update Custom Roles','', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Roles,Delete Custom Roles,Delete a user's role permanently,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,X,,X,X,,,,User Management,,19b3b3a3-7dc9-4e2f-b984-69241ec90fc8,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('19b3b3a3-7dc9-4e2f-b984-69241ec90fc8','User Management','Identity & Access Management','Roles','Delete Custom Roles','Delete a user's role permanently', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Roles,Export Custom Roles,,All,Closed,Enterprise,Meshery Cloud,v0.7.0,,,,,X,,X,X,,,,User Management,,9274af31-5166-4876-ab44-27f458c5082c,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('9274af31-5166-4876-ab44-27f458c5082c','User Management','Identity & Access Management','Roles','Export Custom Roles','', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Access Requests,View All Access Requests,,,,,,,,,,,,,X,X,,,,Organization Management,,070153eb-6dd5-4aad-95b4-fb0444c88a89,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('070153eb-6dd5-4aad-95b4-fb0444c88a89','Organization Management','Identity & Access Management','Access Requests','View All Access Requests','', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Access Requests,Accept Access Request,,,,,,,,,,,,,X,X,,,,Organization Management,,afded44a-8b17-4d4d-bfc3-a76eadcc37fe,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('afded44a-8b17-4d4d-bfc3-a76eadcc37fe','Organization Management','Identity & Access Management','Access Requests','Accept Access Request','', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Access Requests,Deny Access Request,,,,,,,,,,,,,X,X,,,,Organization Management,,f25bea25-a33b-40e9-9621-bbc30888c11b,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('f25bea25-a33b-40e9-9621-bbc30888c11b','Organization Management','Identity & Access Management','Access Requests','Deny Access Request','', NOW(), uuid_nil())",X,FALSE,, -Identity & Access Management,Keychains,User View,Default keychain for individual users.,All,Closed,Free,Meshery Cloud,v0.7.0,,,,,,,,,,,,46decdfb-0157-48ba-a363-5e20146703ba,"INSERT INTO keychains (id, name, created_at, owner) VALUES ('46decdfb-0157-48ba-a363-5e20146703ba','User View', NOW(), uuid_nil())",,,X,FALSE,, -Identity & Access Management,Keychains,User Management,Default keychain for management of users and their roles.,All,Closed,Free,Meshery Cloud,v0.7.0,,,,,,,,,,,,46decdfb-0157-48ba-a363-5e20146703bb,"INSERT INTO keychains (id, name, created_at, owner) VALUES ('46decdfb-0157-48ba-a363-5e20146703bb','User Management', NOW(), uuid_nil())",,,X,FALSE,, -Identity & Access Management,Keychains,Team View,Default keychain for management of teams and user membership.,All,Closed,Free,Meshery Cloud,v0.7.0,,,,,,,,,,,,46decdfb-0157-48ba-a363-5e20146703bc,"INSERT INTO keychains (id, name, created_at, owner) VALUES ('46decdfb-0157-48ba-a363-5e20146703bc','Team View', NOW(), uuid_nil())",,,X,FALSE,,4497 -Identity & Access Management,Keychains,Team Management,Default keychain for management of teams and user membership.,All,Closed,Free,Meshery Cloud,v0.7.0,,,,,,,,,,,,46decdfb-0157-48ba-a363-5e20146703bd,"INSERT INTO keychains (id, name, created_at, owner) VALUES ('46decdfb-0157-48ba-a363-5e20146703bd','Team Management', NOW(), uuid_nil())",,,X,FALSE,, -Identity & Access Management,Keychains,Organization Management,"Default keychain for management of orgs, teams, and their users.",All,Closed,Free,Meshery Cloud,v0.7.0,,,,,,,,,,,,46decdfb-0157-48ba-a363-5e20146703be,"INSERT INTO keychains (id, name, created_at, owner) VALUES ('46decdfb-0157-48ba-a363-5e20146703be','Organization Management', NOW(), uuid_nil())",,,X,FALSE,, -Identity & Access Management,Keychains,Event Management,"Default keychain for event management (stats, audit, summary)",All,Closed,Free,Meshery Cloud,v0.7.0,,,,,,,,,,,,46decdfb-0157-48ba-a363-5e20146703bf,"INSERT INTO keychains (id, name, created_at, owner) VALUES ('46decdfb-0157-48ba-a363-5e20146703bf','Event Management', NOW(), uuid_nil())",,,X,FALSE,, -Identity & Access Management,Keychains,Security Management,"Default keychain for security management (keys, keychains, credentials, tokens)",All,Closed,Free,Meshery Cloud,v0.7.0,,,,,,,,,,,,46decdfb-0157-48ba-a363-5e20146703ca,"INSERT INTO keychains (id, name, created_at, owner) VALUES ('46decdfb-0157-48ba-a363-5e20146703ca','Security Management', NOW(), uuid_nil())",,,X,FALSE,, -Identity & Access Management,Keys,View Keys,,All,Closed,Free,Meshery Cloud,v0.7.0,,,,,,,,X,,,,,,,,,FALSE,, -Identity & Access Management,Keys,View All Keys,,Platform Engineer,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,,,X,,,,,,,,,FALSE,, -Identity & Access Management,Keys,Assign Keys to Keychain,,Platform Engineer,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,,,X,,,,,,,,,FALSE,, -Identity & Access Management,Keys,View Key Usage,Audit history of when a key is used and who used the key.,Platform Engineer,Closed,Enterprise,Meshery Cloud,v0.7.5,,,,,,,,X,,,,,,,,,FALSE,, -Lifecycle Management,Dry-run,Test and verify configuration changes in a separate environment.,,Developer,Closed,Team,Meshery Server,v0.6.0,,,,X,X,,X,X,,,,,,161c2b67-ce61-4b4d-b47e-38fcd2e87b13,,,FALSE,, -Lifecycle Management,Configure and deploy any service mesh,"Meshery adapters provision, configure, and manage 10 different service meshes.","Istio, Linkerd, Consul, Kuma, Traefik Mesh, AWS App Mesh, NGINX Service Mesh, Network Service Mesh, Cilium Service Mesh, VMware Tanzu Service Mesh",Platform Engineer,Open,Free,Adapter,v0.1.0,,,,X,X,,X,X,,,,,,9cbc1827-7650-4e5b-8259-0823fd11ba9d,,,FALSE,, -Lifecycle Management,Operations,"Provisioning, Deprovisioning",,Platform Engineer,Open,Free,Adapter,v0.1.0,,,,X,X,,X,X,,,,,,ad2af8de-e4e6-4e4d-98e0-014220658e23,,,FALSE,, -Lifecycle Management,Operations,Simple Configuration,MeshOpsv1,Platform Engineer,Open,Free,Adapter,,,,,X,X,,X,X,,,,,,89bab590-3f0c-44aa-a8f1-04ebb877e506,,,FALSE,, -Lifecycle Management,Operations,Advanced Configuration,MeshOpsv2,Platform Engineer,Open,Free,Meshery UI,v0.7.0,,,,X,X,,X,X,,,,,,dd6d980c-23f2-4245-9f07-551de833c39a,,,FALSE,, -Lifecycle Management,Operations,Managed Upgrades,,Platform Engineer,Closed,Enterprise,Adapter,v1.1.0,,,,,,,X,X,,,,,,7e0fe9a7-aae0-409a-9eec-08dc2ff2af21,,,FALSE,, -Lifecycle Management,Sidecar,Ad-hoc: add or remove,,Platform Engineer,Open,Free,Adapter,v1.1.0,,,,X,X,,X,X,,,,,,2399ea30-118d-4495-93b9-c53c961b5cb7,,,FALSE,, -Lifecycle Management,Sidecar,Parse logs,,Platform Engineer,Open,Free,Adapter,v1.0.0,,X,,X,X,,X,X,,,,,,1e927029-59db-4ede-88fc-ec0cb2756a79,,,FALSE,, -Lifecycle Management,Sidecar,Exec Shell,,Platform Engineer,Open,Free,Adapter,v1.0.0,,X,,X,X,,X,X,,,,,,e0c5f744-13e1-4bd2-bdb2-83f90581fdc2,,,FALSE,, -Lifecycle Management,Filter,Dynamic load / unload,,Platform Engineer,Open,Free,Meshery Server,v0.6.0,,X,,X,X,,X,X,,,,,,4d4b7c26-4378-4e14-9741-edeb46789a71,,,FALSE,, -Lifecycle Management,Cluster discovery,"Day 2 support for ongoing synchronization of Kubernetes configuration, workloads and service mesh changes.",,Platform Engineer,Open,Free,MeshSync,v0.5.0,,,,,,,X,X,,,,,,64a36679-68b2-4328-bb1c-7c577ef5267a,,,FALSE,, -Lifecycle Management,Multiple Kubernetes Clusters,"Ongoing synchronization of Kubernetes configuration, workloads and service mesh changes across any number of Kubernetes clusters.",,Platform Engineer,Open,Free,Meshery Server,v0.6.0,,,,,,,X,X,,,,,,53c2c0e8-2403-475b-9ffc-0dd501bef8f6,,,FALSE,, -Lifecycle Management,Mesh Federation,Environments,,Platform Engineer,Closed,Team,Meshery Server,v1.1.0,,,,,,,,,,,,,,7953c71b-22a2-4b12-bead-8b3bf54ef3c6,,,FALSE,, -Lifecycle Management,Service Catalog Federation,Announcement and synchronization,,Platform Engineer,Closed,Team,Meshery Server,v1.2.0,,,,,,,,,,,,,,f59af5fd-b571-46f0-b8d1-09194434a38e,,,FALSE,, -Lifecycle Management,Service Catalog Federation,Organizational permissioning,,Platform Engineer,Closed,Team,Meshery Server,v1.2.0,,,,,,,,,,,,,,0ad304a3-973e-4855-aaed-f445870bbb35,,,FALSE,, -Lifecycle Management,Connections,Add cluster,Add Kubernetes cluster,Platfrom Engineer,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Lifecycle Management,,fce15b20-78ac-42af-b79c-b8f19bdb0802,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('fce15b20-78ac-42af-b79c-b8f19bdb0802','Lifecycle Management','Lifecycle Management','Connections','Add cluster','Add Kubernetes cluster', NOW(), uuid_nil())",X,TRUE,, -Lifecycle Management,Connections,Change connection state,Change connection state,Platfrom Engineer,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Lifecycle Management,,14ac9622-3170-4580-8403-ed7a584f90ef,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('14ac9622-3170-4580-8403-ed7a584f90ef','Lifecycle Management','Lifecycle Management','Connections','Change connection state','Change connection state', NOW(), uuid_nil())",X,TRUE,, -Lifecycle Management,Connections,Flush Meshsync data,Clearing the database by clicking on the `Flush MeshSync`,Platfrom Engineer,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Lifecycle Management,,8dd4c54a-bccd-4fb3-a18c-269195653a91,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('8dd4c54a-bccd-4fb3-a18c-269195653a91','Lifecycle Management','Lifecycle Management','Connections','Flush Meshsync data','Clearing the database by clicking on the `Flush MeshSync`', NOW(), uuid_nil())",X,TRUE,, -Lifecycle Management,Connections,Register discovered Meshsync resource,Register discovered Meshsync resource to change state to connection,Platfrom Engineer,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Lifecycle Management,,214ad6b1-df4d-44a6-8872-8ad1f751ef68,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('214ad6b1-df4d-44a6-8872-8ad1f751ef68','Lifecycle Management','Lifecycle Management','Connections','Register discovered Meshsync resource','Register discovered Meshsync resource to change state to connection', NOW(), uuid_nil())",X,TRUE,, -Lifecycle Management,Connections,Delete a connection,Delete a connection,Platfrom Engineer,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Lifecycle Management,,61afb8c2-cda6-4175-aad9-74ff87fed323,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('61afb8c2-cda6-4175-aad9-74ff87fed323','Lifecycle Management','Lifecycle Management','Connections','Delete a connection','Delete a connection', NOW(), uuid_nil())",X,TRUE,, -Meshery System,Build & Release,Streamlined CI,,Internal,Open,Free,GitHub Action,,,,,,,,,,,,,,,ff2ea71f-2e28-4b21-89ef-352c509b1247,,,FALSE,, -Meshery System,Build & Release,Integration tests,,Internal,Open,Free,Cypress,,,,,,,,,,,,,,,1852b847-4906-442a-9887-76bdedfcc4da,,,FALSE,, -Meshery System,Build & Release,Release channels: stable and edge,,Platform Engineer,Open,Free,GitHub Action,,,,,,,,,,,,,,,f17bb4cc-8d99-4443-858b-201cb9d77be8,,,FALSE,, -Meshery System,Configuration Wizard,Time to value; easy setup of Meshery,,Platform Engineer,Open,Open,Golang,,,,,,,,,,,,,,,f75ee33b-914f-4d80-bfe4-da83764cb45d,,,FALSE,, -Meshery System,Platform Support,mesheryctl,"Windows, Linux, MacOS",Platform Engineer,Open,Open,Golang,,,,,,,,,,,,,,,a80495bb-1c2d-4b93-bffe-2ee5720fba90,,,FALSE,, -Meshery System,Platform Support,Meshery Server,"Minikube, Docker, OpenShift",Platform Engineer,Open,Free,Golang,,,,,,,,,,,,,,,f1399331-15ac-495a-b315-2afa5027288c,,,FALSE,, -Meshery System,Platform Support,Meshery Server,"EKS, GKE, AKS, OKE",Platform Engineer,Open,Free,Golang,,,,,,,,,,,,,,,8b3df2ac-754f-4ed9-a523-8a4c644104b5,,,FALSE,, -Meshery System,Service Mesh Discovery,MeshSync,,Platform Engineer,Open,Free,Golang,,,,,,,,,,,,,,,424abe7b-c0e3-4a0d-88cb-44114ae5a465,,,FALSE,, -Meshery System,Package managers,"script, homebrew, scoop",,All,Open,Free,Golang,,,,,,,,,,,,,,,b850d27a-bcca-4400-b656-7ccac8f94bc4,,,FALSE,, -Meshery System,Error Reporting,Facilitate collection of debug for ease of issue reporting.,,All,Open,Free,Golang,,,,,,,,,,,,,,,eac85b45-2aef-4297-b1f4-286d8f5fb7ce,,,FALSE,, -Meshery System,Kubernetes and VMs,,,Platform Engineer,Open,Free,Golang,,,,,,,,,,,,,,,d585f8f1-cfb7-456f-a7d8-e2a9f42cfc85,,,FALSE,, -Meshery System,Architecture / Deployment Model,,,Platform Engineer,Open,Free,Golang,,,,,,,,,,,,,,,810a14d9-ad9e-44a1-92cb-30d367797eb7,,,FALSE,, -Meshery System,Performance / Scale,,,Platform Engineer,Open,Free,Golang,,,,,,,,,,,,,,,774a88f9-20a7-44f6-8255-85588c52280e,,,FALSE,, -Meshery System,Upgrades,Each component,,Platform Engineer,Open,Free,Golang,,,,,,,,,,,,,,,e9ed93eb-1c43-4aba-869f-ca780d491071,,,FALSE,, -Meshery System,mesheryctl,all commands,,All,Open,Free,Golang,,,,,,,,,,,,,,,55d44b27-10e2-4f23-a7c5-eefce75cfd69,,,FALSE,, -Meshery System,Deployment Model,Database Driver,Support for Postgresql,ALL,Open,Free,Meshery Server,v0.9.0,,,,,,,,,,,,,,,,,FALSE,, -Meshery System,Models,Policy,Policy Evaluation Mechanism,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -Meshery System,Models,Policy,"Classification of Policy Evaluation into client-side, server-side, and cluster-side moments of evaluation and their distinctions.",ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -Meshery System,Models,Model Import/Export,Import of Model package as OCI image,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -Meshery System,Models,Dynamic Registration,Server: Support for real-time configuration of multi-cluster Meshery Operation as initiated by hosts registering new models.,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -Meshery System,Models,Models,MeshSync: Configurable and Tiered Discovery,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -Meshery System,Models,MeshSync,Support for runtime registration of new fingerprints.,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -Meshery System,Models,MeshSync,Support for composite fingerprints where keys span multiple entities (or not just the entity being discovered).,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -Meshery System,Observability,Telemetry,Server/UI: Multiple Telemetry Providers and Custom Boards,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -Meshery System,Observability,Telemetry,Server/UI: User-defined Dashboards and Metrics,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -Meshery System,Models,Static Generation,Artifact Hub as a Registrant,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -Meshery System,Models,Static Generation,OperatorHub as a Registrant. Support for OLM format.,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -Lifecycle Management,Connections,Registration,Registation of connections and credentials,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -Meshery System,Models,Models/Components,Connecting to Flux as Connection,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -Meshery System,Settings,View Settings,View settings in Meshery,ALL,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Settings Management,,fdc038e3-1fdf-403a-af8a-53c0de8d7820,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('fdc038e3-1fdf-403a-af8a-53c0de8d7820','Settings Management','Meshery System','Settings','View Settings','View settings in Meshery', NOW(), uuid_nil())",X,TRUE,, -Meshery System,Settings,Connect Adapter,Configure and connect to Meshery adapters,ALL,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Settings Management,,c93bd211-1dac-42cc-9086-859288826d1b,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('c93bd211-1dac-42cc-9086-859288826d1b','Settings Management','Meshery System','Settings','Connect Adapter','Configure and connect to Meshery adapters', NOW(), uuid_nil())",X,TRUE,, -Meshery System,Settings,Connect Metrics,Configure and connect to metrics like Grafana and Promethues,Operator,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Settings Management,,b0aee906-c549-445f-be0c-b98b04d47d09,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('b0aee906-c549-445f-be0c-b98b04d47d09','Settings Management','Meshery System','Settings','Connect Metrics','Configure and connect to metrics like Grafana and Promethues', NOW(), uuid_nil())",X,TRUE,, -Meshery System,Settings,View Metrics,View already configured metrics,?,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Settings Management,,7fe36f60-fd0a-4fda-84e5-c64a04c3ad06,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('7fe36f60-fd0a-4fda-84e5-c64a04c3ad06','Settings Management','Meshery System','Settings','View Metrics','View already configured metrics', NOW(), uuid_nil())",X,TRUE,, -Meshery System,Settings,View Registry,Explore entities within capabilities registry ,Platfrom Engineer,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Settings Management,,cc069117-08cc-44e3-9c61-ae0eeca0bcf1,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('cc069117-08cc-44e3-9c61-ae0eeca0bcf1','Settings Management','Meshery System','Settings','View Registry','Explore entities within capabilities registry ', NOW(), uuid_nil())",X,TRUE,, -MeshMap,Timeline (DVR),Playback service transactions. Scrub over the history of changes to your deployments. ,,All,Closed,Enterprise,MeshMap,v1.0,,,,,,,,,,,,,,83784db9-bb58-4e15-aede-cbac7d01f431,,,FALSE,, -MeshMap,Visualizer,Representation of infrastructure configuration and services,,All,Closed,Free,MeshMap,v0.6.0,,,,,,,,,,,,,,51481036-07fa-425b-89fb-cb6141a8d7b5,,,FALSE,, -MeshMap,Service Performance,Continuous visibility across all of your clusters and workloads.,,All,Closed,Free,MeshMap,v0.7.0,,,,X,,,,,,,,,,54112584-8ba3-4a0e-b930-b32d0d054ae2,,,FALSE,, -MeshMap,Environments,Operational control of infrastructure and applications by group.,Deploy to single Kubernetes target,All,Open,Free,MeshMap,v0.6.0,,,,,,,,,,,,,,3ab01497-501a-4262-bb8e-5e8b285cc227,,,FALSE,, -MeshMap,Environments,Operational control of infrastructure and applications by group.,Deploy to multiple Kubernetes targets,All,Open,Free,MeshMap,v0.7.0,,,,,,,,,,,,,,e1840ae8-e5fd-4783-baca-2e4f91278961,,,FALSE,, -MeshMap,Design Patterns,Drag-n-drop pattern (merge with existing nodes on canvas),,All,Closed,Free,MeshMap,v0.7.0,,,,,,,,,,,,,,f8434605-cf0d-44ae-8b5a-31bca20c3d06,,,FALSE,, -MeshMap,Design Patterns,Load design pattern (displace current nodes on canvas),,All,Closed,Free,MeshMap,v0.7.0,,,,,,,,,,,,,,ccd8e0eb-5e2a-45e3-9b3d-3941b60dfed8,,,FALSE,, -MeshMap,Design Patterns,Edit Component confuguration (RJSF Tooltips),,All,Closed,Free,MeshMap,v0.7.0,,,,,,,,,,,,,,8d91019e-dd30-4b5d-ab41-a8f1c34cdc63,,,FALSE,, -MeshMap,Design Patterns,,Undo/Redo,All,Closed,Team,MeshMap,v0.7.0,,X,,,,,,,,,,,,22d955ef-db53-4275-88b5-f313895dacd5,,,FALSE,, -MeshMap,Design Patterns,Whiteboarding,"Ability to freeform draw any shapes, draw edges",All,Closed,Free,MeshMap,v0.7.0,,X,,,,,,,,,,,,4bf41580-2adf-4ca3-8e41-a2020d3f04a3,,,FALSE,, -MeshMap,Visual Design,"Drag-n-drop cloud native infrastructure designer to configure, model, and deploy your workloads",,All,Closed,Free,MeshMap,v0.5.0,,X,,,,,,,,,,,,8389fc3e-61f5-4537-b4ce-4aa7b788e249,,,FALSE,, -MeshMap,Meshery Model,Models,Generator for GCP via K8s CRDs,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -MeshMap,Meshery Model,Models,Generator for AWS via K8s CRDs,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -MeshMap,Meshery Model,Models,Generator for Azure via K8s CRDs,ALL,Open,Free,Meshery Server,v0.8.0,,,,,,,,,,,,,,,,,FALSE,, -MeshMap,Visualizer,View Views,See all environments within an workspace.,Operator,Closed,Team,Meshery,v0.7.0,,,,,,,X,X,,,,View Management,,4b3117e6-176c-4d9b-8e09-4278d2f48280,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('4b3117e6-176c-4d9b-8e09-4278d2f48280','View Management','MeshMap','Visualizer','View Views','See all environments within an workspace.', NOW(), uuid_nil())",X,FALSE,, -MeshMap,Visualizer,Create View,Create a new environment,Operator,Closed,Team,Meshery,v0.7.0,,,,,,,X,X,,,,View Management,,a7392c29-34af-4ee9-af1c-71e83876a8aa,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('a7392c29-34af-4ee9-af1c-71e83876a8aa','View Management','MeshMap','Visualizer','Create View','Create a new environment', NOW(), uuid_nil())",X,FALSE,, -MeshMap,Visualizer,Delete View,Dissolve environment and all connection memberships. Leave associated resources intact.,Operator,Closed,Team,Meshery,v0.7.0,,,,,,,X,X,,,,View Management,,b2b9c027-0f39-4a26-b3ed-5b30aaf82060,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('b2b9c027-0f39-4a26-b3ed-5b30aaf82060','View Management','MeshMap','Visualizer','Delete View','Dissolve environment and all connection memberships. Leave associated resources intact.', NOW(), uuid_nil())",X,FALSE,, -MeshMap,Visualizer,Edit View,Edit environment and it connection membership,Operator,Closed,Team,Meshery,v0.7.0,,,,,,,X,X,,,,View Management,,f2e04b59-42ee-4af6-b488-7bc7047fc01b,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('f2e04b59-42ee-4af6-b488-7bc7047fc01b','View Management','MeshMap','Visualizer','Edit View','Edit environment and it connection membership', NOW(), uuid_nil())",X,FALSE,, -MeshMap,Visualizer,Assign Views to Workspace,Add new views to workspace,Operator,Closed,Team,Meshery,v0.7.0,,,,,,,X,X,,,,Workspace Management,,5a26b21b-bf15-4622-9681-d907fc5154fd,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('5a26b21b-bf15-4622-9681-d907fc5154fd','Workspace Management','MeshMap','Visualizer','Assign Views to Workspace','Add new views to workspace', NOW(), uuid_nil())",X,FALSE,, -MeshMap,Visualizer,Unassign Views from Workspace,Remove views from workspace ,Operator,Closed,Team,Meshery,v0.7.0,,,,,,,X,X,,,,Workspace Management,,5b48eded-15d8-4c51-9ac4-b11097dbdd75,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('5b48eded-15d8-4c51-9ac4-b11097dbdd75','Workspace Management','MeshMap','Visualizer','Unassign Views from Workspace','Remove views from workspace ', NOW(), uuid_nil())",X,FALSE,, -MeshMap,Visualizer,Views,Saved custom view filters,Operator,Closed,Team,MeshMap,v0.7.0,Aabid,,,X,X,,X,X,,,,,,d1fd37fb-e83f-43d8-a70a-817bc4effc55,,,FALSE,, -MeshMap,Visualizer,Views,Shared Views,Operator,Closed,Team,MeshMap,v0.7.0,Aabid,,,X,X,,X,X,,,,,,,,,FALSE,, -Offer Management,On-premise Deployments,Helm-based,Meshery Cloud,Platform Engineer,,,Helm,v0.2.28,,,,,,,,,,,,,,a7202f9f-fe2a-4389-9481-de1dbde0cf86,,,FALSE,, -Offer Management,On-premise Deployments,Helm-based,Postgres,Platform Engineer,,,Helm,v0.2.28,,,,,,,,,,,,,,4e071557-fc8b-439f-912c-2a8dce5c2b15,,,FALSE,, -Offer Management,On-premise Deployments,Helm-based,Hydra,Platform Engineer,,,Helm,v0.2.28,,,,,,,,,,,,,,c8a9847d-bee4-4eda-a0ca-5487271d3255,,,FALSE,, -Performance Management,Performance Tests,SMP Compatible Import / Export,,Operator,Open,Free,SMP,v0.5.0,,,,,,,,,,,,,,c43ec19f-b2c1-4f9c-adf8-cfb581091ef7,,,FALSE,, -Performance Management,Performance Profiles,Persistence of test results,Baseline and track your service mesh performance from release to release.,All,Closed,Free,Meshery Cloud,v0.2.0,,,,,,,,,,,,,,ccc5c5d0-dda1-4c46-be4a-08b754449556,,,FALSE,, -Performance Management,Load Generation,Load Generator Interface: Common interface used as an extension point for supporting different types of load generators,,Platform Engineer,Open,Free,Meshery Server,v0.4.0,,,,,,,,,,,,,,0d747600-84ba-437e-b2f8-e4c81e29a56a,,,FALSE,, -Performance Management,Load Generation,Single Load Generator: Support testing multiple endpoints simultaneously.,,Operator,Open,Free,Meshery Server,v0.7.0,,,,,,,,,,,,,,739419a4-e2c7-4587-8eae-7d0c59a175c7,,,FALSE,, -Performance Management,Load Generation,Distributed Load Generator,"Multiple Meshery Servers or Meshery Adapters generating load, collecting and coalescing results into a single report.",Operator,Open,Team,GetNighthawk,v0.8.0,,,,,,,,,,,,,,7c1c00c9-d62c-4863-961a-31d4d4e39b82,,,FALSE,, -Performance Management,Performance Profiles,"Define, name, and save performance profiles.",,All,Open,Free,Meshery Server,v0.5.0,,,,,,,,,,,,,,51a0554f-0e18-445c-8498-3c025bb6da83,,,FALSE,, -Performance Management,GitOps - Service Mesh performace Github action,"Integrate performance analysis as a gate in your GitOps pipeline, using performance profiles to run repeatable tests and avoid regression issues before they start. Configure this action to trigger with each of your releases, on every pull request. or any GitHub workflow trigger event",,,,Team,,,,,,,,,,,,,,,,45effab2-6e0a-4438-8983-3ba2f25e83ff,,,FALSE,, -Performance Management,Service Mesh Interface Conformance Github actions,"Using Meshery as the offical SMI Conformance validation tool, configure this action to trigger with each of your releases, on every pull request. or any GitHub workflow trigger event.",,,,Team,,,,,,,,,,,,,,,,fc8d9737-ca74-4fbd-b7cc-fd391eed12b2,,,FALSE,, -Performance Management,Performance Profiles,Share performance profiles and test results with individual users or teams.,,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,,,,,,,,,,45a9fcb0-04e1-4f8a-89e9-68bfd7ae0d3f,,,FALSE,, -Performance Management,Comparative Testing,Historical views: Infrastructure-centric,,Operator,Open,Free,Meshery Server,v0.2.0,,,,,,,,,,,,,,fc00d850-c4ac-419f-b4c7-e0ac375d0de1,,,FALSE,, -Performance Management,Comparative Testing,Detect real-time anomalies.,,Operator,Closed,Team,Meshery Cloud,v1.1.0,,,,,,,,,,,,,,ca748c51-fbb4-4bf9-9813-c78e98b60f09,,,FALSE,, -Performance Management,Performance Index,Exportable Report,,All,Open,Free,Meshery Server,v0.3.0,,,,,,,,,,,,,,cbbfa23a-1ab3-4de9-ba6c-381744905c25,,,FALSE,, -Performance Management,Performance Index,Social Share,,All,Open,Free,Meshery Cloud,v0.7.0,,,,,,,,,,,,,,bcc2f97e-df42-4306-9acd-5096a85a4ffd,,,FALSE,, -Performance Management,Continuous Quality of Service Monitoring,,,All,Open,Free,Meshery Server,v0.9.0,,,,,,,,,,,,,,74384d5f-96af-4418-bbdf-83b366fcac74,,,FALSE,, -Performance Management,Auto Tuning,Adaptive load control: optimize RPS,,Operator / Product Manager,Closed,Enterprise,Meshery Cloud,v1.0.0,,,,,,,,,,,,,,03c4da7c-cedd-48a4-98f8-09df33fd159c,,,FALSE,, -Performance Management,Auto Tuning,Adaptive load control: optimize Retries,,Operator / Product Manager,Closed,Enterprise,Meshery Cloud,v1.1.0,,,,,,,,,,,,,,486987a3-3297-42ca-a8a7-88b70cfebe39,,,FALSE,, -Performance Management,Scheduling,Scheduling of tests,Schedule one-time or reoccurring performance tests.,All,Open,Team,Meshery Cloud,v0.9.0,,,,,,,,,,,,,,b1201553-c4b3-4212-9ac1-af11eaee6931,,,FALSE,, -Performance Management,Scheduling,"Sophisticated, recurring schedules of performance tests, of configuration analyzers",,All,Closed,Team,Meshery Cloud,v0.7.0,,,,,,,,,,,,,,78e3febd-0003-4ac2-8c4f-3d4fefed69d7,,,FALSE,, -Performance Management,Scheduling,Calendar Integration,Schedule tests from your calendar,All,Closed,Enterprise,Meshery Cloud,post v1.0,,,,,,,,,,,,,,b4791193-0944-430d-b889-f3000e2dc885,,,FALSE,, -Performance Management,MeshMark,Listen and learn average request response time.,,All,Closed,Enterprise,WASM,,,,,,,,,,,,,,,4a5e66d1-a4cc-4aad-8e8a-ce605a3baef5,,,FALSE,, -Performance Management,MeshMark,"Formula and measurement scale used to gauge service mesh performance in context of the value it’s providing, the environment and workloads it's running.",,All,Open,Free,Meshery Server,,,,,,,,,,,,,,,cb10fc07-a626-4d25-801c-3fbb9f458206,,,FALSE,, -Performance Management,MeshMark,Ability to monitor signals defined in SMP and generate a MeshMark in real-time.,,All,Open,Free,Meshery Server,,,,,,,,,,,,,,,eaedcc22-198e-4714-9c77-ba84a84dc471,,,FALSE,, -Performance Management,MeshMark,Identify the cost of a specific network function.,,All,Open,Free,Meshery Server,,,,,,,,,,,,,,,e5620cc6-6a98-4146-966f-562114342aae,,,FALSE,, -Performance Management,Performance Test,Protocols: HTTP,,All,Open,Free,Meshery Server,v0.2.0,,,,,,,,,,,,,,1364948f-3e28-4853-84a7-452ba1e7ee13,,,FALSE,, -Performance Management,Performance Test,Protocols: gRPC,,All,Open,Free,Meshery Server,v0.7.0,,,,,,,,,,,,,,3ab50aa9-6860-4618-b97e-b6144da69f12,,,FALSE,, -Performance Management,Performance Test,Protocols: TCP,,All,Open,Free,Meshery Server,,,,,,,,,,,,,,,3eab632b-0392-4bb8-8564-89e21166d902,,,FALSE,, -Performance Management,Performance Test,Duration,,All,Open,Free,Meshery Server,v0.1.0,,,,,,,,,,,,,,6ad02dc5-7e1d-443d-ba82-e4b63c91a402,,,FALSE,, -Performance Management,Performance Test,Multiple threads,,All,Open,Free,Meshery Server,v0.1.0,,,,,,,,,,,,,,acfeaecf-ca09-43cb-8aa2-31ca688596a4,,,FALSE,, -Performance Management,Performance Test,"Default profiles to facilitate capacity, soak and other testing.",,All,Open,Free,Meshery Server,v0.6.0,,,,,,,,,,,,,,d0a8cc17-5101-467b-bf7b-ac5b7346cee1,,,FALSE,, -Performance Management,Performance Test,Comparison of two or more reports.,,All,Open,Free,Meshery Server,v0.2.0,,,,,,,,,,,,,,8f3061a3-a31d-4c61-9be6-cc002b713853,,,FALSE,, -Performance Management,Performance Test,Persist in SMP format.,,All,Open,Free,Meshery Server,v0.5.0,,,,,,,,,,,,,,ca1200da-d3f3-4274-831a-2cd6102c5a1b,,,FALSE,, -Performance Management,Performance Test,Export single or multiple results in SMP format.,,All,Open,Free,Meshery Server,v0.6.0,,,,,,,,,,,,,,0fe311a6-71cb-49d5-8971-b5eb164d973a,,,FALSE,, -Performance Management,Performance Test,Historical view.,,All,Open,Free,Meshery Server,,,,,,,,,,,,,,,e5b12687-5fc8-49f5-8833-3e43ca652d80,,,FALSE,, -Performance Management,Performance Results,"Analysis: latency, throughput.",,All,Open,Free,Meshery Server,,,,,,,,,,,,,,,68730e20-3174-4ac9-9e7b-d3c1bd179b8b,,,FALSE,, -Performance Management,Performance Results,Analysis: Threshold Settings - for pass/fail when integrated into CI pipelines.,,All,Open,Free,Meshery Server,,,,,,,,,,,,,,,ed61627f-6736-4331-8d6d-dddcce98272a,,,FALSE,, -Performance Management,Performance Results,Analysis: identification of opportunities to improve.,,All,Closed,Team,Meshery Cloud,,,,,,,,,,,,,,,37de75c5-b1d7-4358-946d-0a4d72a9d587,,,FALSE,, -Performance Management,Performance Results,Analysis: Trend,,All,Closed,Team,Meshery Cloud,,,,,,,,,,,,,,,2a5aedd5-095f-47ad-b4fb-9e9d9f97e8aa,,,FALSE,, -Performance Management,Performance Results,Analysis: Anomaly detection,,All,Closed,Team,Meshery Cloud,,,,,,,,,,,,,,,5b9b0cc2-6ea9-45d3-b989-8bd034768a19,,,FALSE,, -Performance Management,Distributed Performance Analysis,Analysis,Automatically suggest timeout settings for a given service.,Operator,Closed,Team,GetNighthawk,v0.9.0,,,,,,,,,,,,,,d9e286d5-54f1-446f-9c1a-ece361e5aca1,,,FALSE,, -Performance Management,Distributed Performance Analysis,Analysis,Automatically suggest retry settings for a given service.,Operator,Closed,Team,GetNighthawk,v0.9.0,,,,,,,,,,,,,,72066352-d09b-494a-b02e-846676bd7a0a,,,FALSE,, -Performance Management,Distributed Performance Analysis,Meshery Adapter for Nighthawk,Creation of Meshery Nighthawk Adapter. Refactoring of Nighhawk and decoupling it from Meshery container. Lifecycle management of adapter. Definition and registration of adapter capabilities.,Operator,Closed,Team,GetNighthawk,v0.8.0,,,,,,,,,,,,,,72066352-d09b-494a-b02e-846676bd7a0a,,,FALSE,, -Performance Management,Distributed Performance Analysis,Distributed Tests,Allow users to identity Kubernetes clusters,Operator,Closed,Team,GetNighthawk,v0.8.0,,,,,,,,,,,,,,72066352-d09b-494a-b02e-846676bd7a0a,,,FALSE,, -Performance Management,Distributed Performance Analysis,Performance Profiles,Storage of n result sets in Provider for a given Performance Profile.,Operator,Closed,Team,GetNighthawk,v0.8.0,,,,,,,,,,,,,,72066352-d09b-494a-b02e-846676bd7a0a,,,FALSE,, -Performance Management,Extensibility,Support for injecting custom controllers,,Operator,Closed,Team,GetNighthawk,v0.9.0,,,,,,,,,,,,,,,,,FALSE,, -Performance Management,Distributed Performance Analysis,Support for multi SUT endpoint + mutli load generator,,Operator,Closed,Team,GetNighthawk,v1.0.0,,,,,,,,,,,,,,,,,FALSE,, -Performance Management,Distributed Performance Analysis,Coalesce of test results into central data sink,,Operator,Closed,Team,GetNighthawk,v1.0.0,,,,,,,,,,,,,,,,,FALSE,, -Performance Management,Performance,Add performace profile,Add a new performace profile,Platfrom Engineer,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Performance Management,,b2861578-c573-45fe-a95e-0356d56e1d1b,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('b2861578-c573-45fe-a95e-0356d56e1d1b','Performance Management','Performance Management','Performance','Add performace profile','Add a new performace profile', NOW(), uuid_nil())",X,TRUE,, -Performance Management,Performance,Run test,Run a test on performance profile,Platfrom Engineer,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Performance Management,,06de2b07-b4f4-4701-b87f-d92ebb66ba42,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('06de2b07-b4f4-4701-b87f-d92ebb66ba42','Performance Management','Performance Management','Performance','Run test','Run a test on performance profile', NOW(), uuid_nil())",X,TRUE,, -Performance Management,Performance,View Results,View results of performance tests,ALL,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Performance Management,,0c757cc7-4038-4d9b-9b60-fa8d9fc9d27e,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('0c757cc7-4038-4d9b-9b60-fa8d9fc9d27e','Performance Management','Performance Management','Performance','View Results','View results of performance tests', NOW(), uuid_nil())",X,TRUE,, -Performance Management,Performance,Edit performance test,Edit performance test,ALL,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Performance Management,,33aa5c47-a8aa-4ad5-9950-7c17042c001d,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('33aa5c47-a8aa-4ad5-9950-7c17042c001d','Performance Management','Performance Management','Performance','Edit performance test','Edit performance test', NOW(), uuid_nil())",X,TRUE,, -Performance Management,Performance,Delete performance test,Delete performance test,ALL,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Performance Management,,84aa9d3c-3d4b-4587-947d-ae17b2dcd5f5,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('84aa9d3c-3d4b-4587-947d-ae17b2dcd5f5','Performance Management','Performance Management','Performance','Delete performance test','Delete performance test', NOW(), uuid_nil())",X,TRUE,, -Performance Management,Performance,View performance profiles,View all performance profiles,ALL,Open,Free,Meshery,v0.7.0,,,,,,,X,X,,,,Performance Management,,6593ac26-820b-4e87-be32-64ee740ea204,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('6593ac26-820b-4e87-be32-64ee740ea204','Performance Management','Performance Management','Performance','View performance profiles','View all performance profiles', NOW(), uuid_nil())",X,TRUE,, -Policy,Alert Management,Notification Suppression,,Operator,Open,Free,Meshery Server,,,,,,,,,,,,,,,5a3096b7-d7ce-497e-87f0-afc91fa7666e,,,FALSE,, -Policy,Alert Management,Notification Correlation,,Operator,Closed,Team,Meshery Cloud,,,,,,,,,,,,,,,3876eaf6-d02f-41d1-a8be-9887e8522334,,,FALSE,, -Policy,Policies,Versioned,,Platform Engineer,,Team,Meshery Cloud,,,,,,,,,,,,,,,068257b7-348a-4f4b-96d1-e4606ef45c93,,,FALSE,, -Policy,Audit Trail,Log of all actions invoked by users,,Platform Engineer,Open,Free,Meshery Cloud,,,,,,,,,,,,,,,8465ed0b-63d4-4a28-944b-4cab4cd5bc7f,,,FALSE,, -Policy,RBAC Violations,Notification of attempts to invoke unauthorized actions,,Platform Engineer,,,Golang,,,,,,,,,,,,,,,cc25afd4-777d-4768-a43f-d8c09ce978cf,,,FALSE,, -Policy,Open Policy Agent integration,Admission control for specific workloads on the mesh,,Platform Engineer,Open,Free,Golang,,,,,,,,,,,,,,,7dccf200-eacc-4057-b3d7-ac15ccf70a38,,,FALSE,, -Policy,Open Policy Agent integration,Service request authorization with JWT,,Operator,Open,Free,Meshery Server,,,,,,,,,,,,,,,cae1f1b8-2a88-4bc6-adb4-8e7b80d449ef,,,FALSE,, -Policy,Open Policy Agent integration,Performance Budget support in Patterns,,Operator,Open,Free,Meshery Server,,,,,,,,,,,,,,,783e4277-4c89-4495-9e50-bbb6c2cd42fb,,,FALSE,, -Security Management,Overview,View Overview,,,,,,,,,,,,,X,X,,,,,,12dc96f1-a3fa-4bae-9c5a-a280666f9fdb,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('12dc96f1-a3fa-4bae-9c5a-a280666f9fdb','','Security Management','Overview','View Overview','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Credentials,View Credentials,,,,,,,,,,,,,X,X,,,,,,96759f76-4add-45f8-b4ef-d4ace5ab1bc4,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('96759f76-4add-45f8-b4ef-d4ace5ab1bc4','','Security Management','Credentials','View Credentials','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Credentials,Create Credential,,,,,,,,,,,,,X,X,,,,,,30023b1b-01a7-4613-8364-38d3487d1789,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('30023b1b-01a7-4613-8364-38d3487d1789','','Security Management','Credentials','Create Credential','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Credentials,Edit Credential,,,,,,,,,,,,,X,X,,,,,,e4cd5bb0-8afb-4b35-8716-0e2ead13c9b7,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('e4cd5bb0-8afb-4b35-8716-0e2ead13c9b7','','Security Management','Credentials','Edit Credential','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Credentials,Delete Credential,,,,,,,,,,,,,X,X,,,,,,cb09f530-aa87-4a18-b3d3-bbcc2d6ca1a6,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('cb09f530-aa87-4a18-b3d3-bbcc2d6ca1a6','','Security Management','Credentials','Delete Credential','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Sessions,View Sessions,,,,,,,,,,,,,X,X,,,,,,26cf042a-91db-4237-8644-4d617a0d49e1,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('26cf042a-91db-4237-8644-4d617a0d49e1','','Security Management','Sessions','View Sessions','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Sessions,Logout from a Session,,,,,,,,,,,,,X,X,,,,,,177b928b-71ee-4ecd-a30b-3154ff4ba0d9,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('177b928b-71ee-4ecd-a30b-3154ff4ba0d9','','Security Management','Sessions','Logout from a Session','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Tokens,View Tokens ,,,,,,,,,,,,,X,X,,,,,,46d914bc-18c1-438f-aa74-fb78823aa25c,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('46d914bc-18c1-438f-aa74-fb78823aa25c','','Security Management','Tokens','View Tokens ','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Tokens,Download Token,,,,,,,,,,,,,X,X,,,,,,ee5fc23e-d629-4c7b-8169-27e526394e8b,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('ee5fc23e-d629-4c7b-8169-27e526394e8b','','Security Management','Tokens','Download Token','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Tokens,Delete Token,,,,,,,,,,,,,X,X,,,,,,0,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('0','','Security Management','Tokens','Delete Token','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Tokens,Create Token,,,,,,,,,,,,,X,X,,,,,,8aa0df56-57e8-44b7-9d6e-7df413048ed5,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('8aa0df56-57e8-44b7-9d6e-7df413048ed5','','Security Management','Tokens','Create Token','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Keys ,View Keys,,,,,,,,,,,,,X,X,,,,,,3cf506df-8398-49d2-b4e2-f06e3a0f87f0,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('3cf506df-8398-49d2-b4e2-f06e3a0f87f0','','Security Management','Keys ','View Keys','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Keys ,Edit Key,,,,,,,,,,,,,X,X,,,,,,605512d3-ff7f-456c-9230-b1d01c606d47,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('605512d3-ff7f-456c-9230-b1d01c606d47','','Security Management','Keys ','Edit Key','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Keys,Delete Key,,,,,,,,,,,,,X,X,,,,,,efa19dc3-02a3-49b7-a0ff-e4554a2da337,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('efa19dc3-02a3-49b7-a0ff-e4554a2da337','','Security Management','Keys','Delete Key','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Keychains,View Keychains,,,,,,,,,,,,,X,X,,,,,,9e930568-6b55-43d2-91d8-abeafedc1550,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('9e930568-6b55-43d2-91d8-abeafedc1550','','Security Management','Keychains','View Keychains','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Keychains,Create Keychain,,,,,,,,,,,,,X,X,,,,,,ec292de6-b62d-421b-94bf-ec5983faa6ff,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('ec292de6-b62d-421b-94bf-ec5983faa6ff','','Security Management','Keychains','Create Keychain','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Keychains,Edit Keychain,,,,,,,,,,,,,X,X,,,,,,163e807d-f508-49ca-9ba6-cc3badb22bb0,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('163e807d-f508-49ca-9ba6-cc3badb22bb0','','Security Management','Keychains','Edit Keychain','', NOW(), uuid_nil())",X,FALSE,, -Security Management,Keychains,Delete Keychain,,,,,,,,,,,,,X,X,,,,,,503a6b28-bd91-4dde-86ac-641567777515,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('503a6b28-bd91-4dde-86ac-641567777515','','Security Management','Keychains','Delete Keychain','', NOW(), uuid_nil())",X,FALSE,, -Infrastructure Management,Service mesh lifecycle,Manage service mesh life cycle,Manage service mesh life cycle,Operator,Closed,Team,Meshery,v0.7.0,,,,X,,,X,X,,,,Infrastructure Management,,255fd148-e3fd-4408-a48c-0d157a57d4d9,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('255fd148-e3fd-4408-a48c-0d157a57d4d9','Infrastructure Management','Infrastructure Management','Service mesh lifecycle','Manage service mesh life cycle','Manage service mesh life cycle', NOW(), uuid_nil())",X,TRUE,, -Infrastructure Management,Service mesh lifecycle,Manage service mesh configuration,"Manage service mesh configuration for applications like EmojiVoto, HTTPBin, Image Hub, Istio Book Info",,,Team,Meshery,v0.7.0,,,,X,,,X,X,,,,Infrastructure Management,,0eb0558d-9b21-4e50-b4c6-bd8e9e3414f5,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('0eb0558d-9b21-4e50-b4c6-bd8e9e3414f5','Infrastructure Management','Infrastructure Management','Service mesh lifecycle','Manage service mesh configuration','Manage service mesh configuration for applications like EmojiVoto, HTTPBin, Image Hub, Istio Book Info', NOW(), uuid_nil())",X,TRUE,, -Infrastructure Management,Service mesh lifecycle,Apply service mesh configuration,"Configure service mesh with some predefined options like Automatic Sidecar injection, Envoy Filter, Policy",,,Team,Meshery,v0.7.0,,,,X,,,X,X,,,,Infrastructure Management,,3f20a106-24f5-4da6-a8eb-6eddaad50944,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('3f20a106-24f5-4da6-a8eb-6eddaad50944','Infrastructure Management','Infrastructure Management','Service mesh lifecycle','Apply service mesh configuration','Configure service mesh with some predefined options like Automatic Sidecar injection, Envoy Filter, Policy', NOW(), uuid_nil())",X,TRUE,, -Infrastructure Management,Service mesh lifecycle,Validate service mesh configuration,"Validate service mesh configuration against best practices like Analyze Running Configuration, SMI conformance",,,Team,Meshery,v0.7.0,,,,X,,,X,X,,,,Infrastructure Management,,8bb93f97-fcfb-4827-9fed-f931fdca7b95,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('8bb93f97-fcfb-4827-9fed-f931fdca7b95','Infrastructure Management','Infrastructure Management','Service mesh lifecycle','Validate service mesh configuration','Validate service mesh configuration against best practices like Analyze Running Configuration, SMI conformance', NOW(), uuid_nil())",X,TRUE,, -Infrastructure Management,Service mesh lifecycle,Apply custom service mesh configuration,Apply custom service mesh configuration,,,Team,Meshery,v0.7.0,,,,X,,,X,X,,,,Infrastructure Management,,2f4e2300-4c7e-4d48-95aa-74614a4826fe,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('2f4e2300-4c7e-4d48-95aa-74614a4826fe','Infrastructure Management','Infrastructure Management','Service mesh lifecycle','Apply custom service mesh configuration','Apply custom service mesh configuration', NOW(), uuid_nil())",X,TRUE,, -Infrastructure Management,Service mesh lifecycle,Deploy service mesh,Deploy service mesh,,,Team,Meshery,v0.7.0,,,,X,,,X,X,,,,Infrastructure Management,,f7e70ffb-333d-43b3-a76e-0e6c63b9fbfa,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('f7e70ffb-333d-43b3-a76e-0e6c63b9fbfa','Infrastructure Management','Infrastructure Management','Service mesh lifecycle','Deploy service mesh','Deploy service mesh', NOW(), uuid_nil())",X,TRUE,, -Infrastructure Management,Service mesh lifecycle,Undeploy service mesh,Undeploy service mesh,,,Team,Meshery,v0.7.0,,,,X,,,X,X,,,,Infrastructure Management,,6e7f6f4f-4321-4e42-9eff-6a8323f32e84,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('6e7f6f4f-4321-4e42-9eff-6a8323f32e84','Infrastructure Management','Infrastructure Management','Service mesh lifecycle','Undeploy service mesh','Undeploy service mesh', NOW(), uuid_nil())",X,TRUE,, -Infrastructure Management,Service mesh lifecycle,View service mesh,View all service meshes in Meshery UI,,,Team,Meshery,v0.7.0,,,,X,,,X,X,,,,Infrastructure Management,,fdc485dc-f68b-405c-9e54-7b9a7254c282,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('fdc485dc-f68b-405c-9e54-7b9a7254c282','Infrastructure Management','Infrastructure Management','Service mesh lifecycle','View service mesh','View all service meshes in Meshery UI', NOW(), uuid_nil())",X,TRUE,, -Support and Deployment,Community Support,Get help with most of your Meshery questions and issues in our Community Forum.,,,Open,Free,,,,,,,,,,,,,,,,1ae12fbe-32d9-46ef-9ae6-897f9a0017d6,,,FALSE,, -Support and Deployment,Standard Support,Layer5 Support can help you troubleshoot issues you run into while using Meshery. Get support via the web.,,,,Team,,,,,,,,,,,,,,,,e2131b18-fe30-47c2-84e7-0207bdc89f0e,,,FALSE,, -Support and Deployment,Premium and Premium Plus Support,"With Premium, get a 30-minute SLA and 24/7 web and phone support. With Premium Plus, get everything in Premium plus your own Support Account Manager and more.",,,,Enterprise,,,,,,,,,,,,,,,,e49c8c16-58e5-465e-be6d-a81b115c31ee,,,FALSE,, -Support and Deployment,Self-hosted Deployment,Self-hosted Meshery Cloud for on-prem appliances or self-managed cloud tenants.,,,Closed,Enterprise,,,,,,,,,,,,,,,,3e0aa2da-ca58-4109-a0cc-0dece0ec47c3,,,FALSE,, -Support and Deployment,Phone Support,Layer5 Support can help you troubleshoot issues you run into while using Meshery. Get support via phone.,,,,Enterprise,,,,,,,,,,,,,,,,4e7cf974-7f6e-461c-989b-1176f2d46448,,,FALSE,, -Support and Deployment,Invoice Billing,"Pay bills via invoice, rather than using your credit card.",,,,Enterprise,,,,,,,,,,,,,,,,f2d10bd7-62e3-4cc1-b376-a19e29d73b40,,,FALSE,, -Traffic Management,Traffic Capture,Facilitate a network tap of any request traffic.,,Developer,Open,Free,Rust,,,,,,,,,,,,,,,5e5c5f1e-8bf5-4eaa-8f4e-78e7fabf857e,,,FALSE,, -Traffic Management,Traffic Configuration,Visual definitions of traffic rules,,Operator,Closed,Free,MeshMap,,,,,,,,,,,,,,,9468ef99-04c5-43dc-b188-bd8fe03e4564,,,FALSE,, -Traffic Management,Traffic Filters,Dynamic load / unload of wasm filters,,All,Open,Free,Meshery Server,,,,,,,,,,,,,,,cf3355b2-5bbc-43db-b464-4eb3a4c1a7c1,,,FALSE,, -Traffic Management,Traffic Filters,Configuration of wasm filters,,Operator,Open,Free,Rust,,,,,,,,,,,,,,,a921366e-f158-479c-bfa7-6b8ec38016da,,,FALSE,, -Traffic Management,Feature flagging,via wasm filter,,Developer,Closed,Team,Rust,,,,,,,,,,,,,,,aef9dd7f-139f-497c-b601-41177a054f2a,,,FALSE,, -Traffic Management,Canary Rollout,Flagger integration,,Developer,Open,Free,Golang,,,,,,,,,,,,,,,9278cea4-ff9b-4d76-a2e8-5002059aba05,,,FALSE,, -Traffic Management,Canary Rollout,Argo integration,,Developer,Open,Free,Golang,,,,,,,,,,,,,,,5d1e560b-d56c-4a56-b5f4-35ea18ab7a83,,,FALSE,, -Workspace Management,Workspace,View Workspace,See all workspaces within an organisation,,,,,,,,,,,,X,X,,,,Workspace Management,,bc9379e8-dc18-4655-b53c-c641271c4ba3,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('bc9379e8-dc18-4655-b53c-c641271c4ba3','Workspace Management','Workspace Management','Workspace','View Workspace','See all workspaces within an organisation', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Workspace,Delete Workspace,Dissolve workspace and all team and environment memberships. Leave associated resources intact,,,,,,,,,,,,X,X,,,,Workspace Management,,09eb0507-2f14-4bc4-92c5-9e26a4efbd5e,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('09eb0507-2f14-4bc4-92c5-9e26a4efbd5e','Workspace Management','Workspace Management','Workspace','Delete Workspace','Dissolve workspace and all team and environment memberships. Leave associated resources intact', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Workspace,Edit Workspace,Edit workspace and it's team and environment membership,,,,,,,,,,,,X,X,,,,Workspace Management,,4112230f-5d1e-4d30-9790-942ad5c1dc50,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('4112230f-5d1e-4d30-9790-942ad5c1dc50','Workspace Management','Workspace Management','Workspace','Edit Workspace','Edit workspace and it's team and environment membership', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Workspace,Create Workspace,Create new workspace,,,,,,,,,,,,X,X,,,,Workspace Management,,eb42ac41-a883-465e-843c-d64e962a3a0e,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('eb42ac41-a883-465e-843c-d64e962a3a0e','Workspace Management','Workspace Management','Workspace','Create Workspace','Create new workspace', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Workspace,Assign team to workspace,Add new team to workspace,,,,,,,,,,,,X,X,,,,Workspace Management,,6ab4263b-0bb3-492e-9878-6936a5b6312f,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('6ab4263b-0bb3-492e-9878-6936a5b6312f','Workspace Management','Workspace Management','Workspace','Assign team to workspace','Add new team to workspace', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Workspace,Remove team from workspace,Remove team from workspace,,,,,,,,,,,,X,X,,,,Workspace Management,,c4ed82f5-783d-4451-9b34-44f50cae71df,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('c4ed82f5-783d-4451-9b34-44f50cae71df','Workspace Management','Workspace Management','Workspace','Remove team from workspace','Remove team from workspace', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Workspace,Assign environment to workspace,Add new environment to workspace,,,,,,,,,,,,X,X,,,,Workspace Management,,f421fc20-c14a-4282-b526-776c6cacfd99,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('f421fc20-c14a-4282-b526-776c6cacfd99','Workspace Management','Workspace Management','Workspace','Assign environment to workspace','Add new environment to workspace', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Workspace,Remove environment from workspace,Remove environment from workspace,,,,,,,,,,,,X,X,,,,Workspace Management,,d0657715-80fb-4b00-af27-b78bb0fa56df,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('d0657715-80fb-4b00-af27-b78bb0fa56df','Workspace Management','Workspace Management','Workspace','Remove environment from workspace','Remove environment from workspace', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Workspace,Connect Google Account to Workspace,,,,,,,,,,,,,X,X,,,,,,69179641-6c41-40d8-87a0-81dd99bcb396,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('69179641-6c41-40d8-87a0-81dd99bcb396','','Workspace Management','Workspace','Connect Google Account to Workspace','', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Workspace,Connect Github Account to Workspace,,,,,,,,,,,,,X,X,,,,,,410b2d3c-8194-44d1-9f80-7b5fea689b4f,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('410b2d3c-8194-44d1-9f80-7b5fea689b4f','','Workspace Management','Workspace','Connect Github Account to Workspace','', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Projects,View Projects,,,,,,,,,,,,,X,X,,,,,,141a5f3d-b5e2-4f36-8f83-df7f73744ee1,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('141a5f3d-b5e2-4f36-8f83-df7f73744ee1','','Workspace Management','Projects','View Projects','', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Connections,View Connections,,,,,,,,,,X,,,X,X,,,,Lifecycle management,,b35c9ce0-e787-4de6-8560-631007b0b947,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('b35c9ce0-e787-4de6-8560-631007b0b947','Lifecycle management','Workspace Management','Connections','View Connections','', NOW(), uuid_nil())",X,TRUE,, -Workspace Management,Environments,View Environments,See all environments within an workspace.,,,Enterprise,,,,,,,,,X,X,,,,,,e3656bbc-fba2-483d-9996-34f8614cd21b,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('e3656bbc-fba2-483d-9996-34f8614cd21b','','Workspace Management','Environments','View Environments','See all environments within an workspace.', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Environments,Create Environment,Create a new environment,,,Enterprise,,,,,,,,,X,X,,,,Organization Management,,a97b7f3b-3349-4a86-b917-2ce0b64a540b,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('a97b7f3b-3349-4a86-b917-2ce0b64a540b','Organization Management','Workspace Management','Environments','Create Environment','Create a new environment', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Environments,Delete Environment,Dissolve environment and all connection memberships. Leave associated resources intact.,,,Enterprise,,,,,,,,,X,X,,,,Organization Management,,70747966-dfad-4523-93ce-bd7421258955,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('70747966-dfad-4523-93ce-bd7421258955','Organization Management','Workspace Management','Environments','Delete Environment','Dissolve environment and all connection memberships. Leave associated resources intact.', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Environments,Edit Environment,Edit environment and it connection membership,,,Enterprise,,,,,,,,,X,X,,,,Organization Management,,145ab6ed-b4b6-4e34-ada5-78dada250f89,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('145ab6ed-b4b6-4e34-ada5-78dada250f89','Organization Management','Workspace Management','Environments','Edit Environment','Edit environment and it connection membership', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Environments,Assign connections to environment,Add new connections to environments,,,Enterprise,,,,,,,,,X,X,,,,Organization Management,,52cbe0b8-9aa7-4605-8eed-aa37e595adbb,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('52cbe0b8-9aa7-4605-8eed-aa37e595adbb','Organization Management','Workspace Management','Environments','Assign connections to environment','Add new connections to environments', NOW(), uuid_nil())",X,FALSE,, -Workspace Management,Environments,Remove connections from environments,"Remove connections from environment, ",,,Enterprise,,,,,,,,,X,X,,,,Organization Management,,65648682-e47f-43d7-a5ad-dc042803f951,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('65648682-e47f-43d7-a5ad-dc042803f951','Organization Management','Workspace Management','Environments','Remove connections from environments','Remove connections from environment, ', NOW(), uuid_nil())",X,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,14262437-211e-4b35-a346-e77c3a88333d,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('14262437-211e-4b35-a346-e77c3a88333d','','','','','', NOW(), uuid_nil())",,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,80efd9a3-d508-4296-86bd-89528284223a,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('80efd9a3-d508-4296-86bd-89528284223a','','','','','', NOW(), uuid_nil())",,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,8a003a11-a909-425a-bd23-d8ba14972c89,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,33463fa4-5e2e-48ed-a92d-d7ea79484b33,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,efd922b6-daff-4857-aaee-840637a5f696,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,df2c9b99-fad3-405b-9733-6cf10e1909ed,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,90c75125-6506-496b-8704-91bf74532bd2,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,776ec711-26aa-47b1-a822-b1b14192b1e7,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,a27a55af-b71b-400f-a8b1-3f3b1afff4f6,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,e1d49f8a-0b3a-4fb6-905a-2d89f35097c4,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,76dad959-f9e0-4101-b1b5-8bcb19cd6cfa,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,,,,,, -,,,,,,,,,,,,,,,,,,,,,,5f1f8d4f-173e-4cbe-83b8-6e5c2f196795,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,eb11a71b-97f8-459c-bca3-ee229c21c647,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,33b872fe-8971-4328-b6f3-5e880fddaea4,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,a44dcdc1-9a4e-4b8d-8759-da0634069421,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,48a37916-a521-41d7-ac70-5cd5bc9eb5b1,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,367d3853-2733-4eed-8ba9-800a3f8133a7,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,05336d26-6a69-4221-b435-fad93f62a215,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,bc9fa6b3-23b5-4b7a-a94d-2c950b23e088,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,08628079-07f8-415c-b80d-7cb31116f1e9,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,a8b1d852-0e60-422b-9545-f0dcffb27d0b,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,e8bdbf0c-a0af-4d1f-b713-5d6dc72429ec,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,68c5a0bd-835c-49ad-bc76-b12199c88671,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,e32d0a25-b811-4e9b-afdd-8eb0e28b5717,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,d8e5d264-48e3-424d-ab70-5d7f9f1ba0bf,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,44b8a6c0-2f0d-42a9-a497-8b1a1cf4f782,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,4ef8dd2b-c2eb-4db6-b88f-28c40c3c2f8a,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,76cfcd5e-84c9-4f71-b8d0-a6c1f7058109,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,145b3643-5237-4c80-beac-6ed5c865f0db,,,FALSE,, -Configuration Management,Best Practices Analyzer,Open list of best practices for Istio,,Operator,Open,Free,Meshery Server,v0.3.0,,,,,,,,,,,,,,2af886a2-c2a2-44e9-ba62-ba256c7634b0,,,FALSE,, -Configuration Management,Best Practices Analyzer,Proprietary list of best practices for Istio,,Operator,Closed,Team,Meshery Cloud,v0.5.0,,,,,,,,,,,,,,46f00b76-06ae-4b5c-9df5-3311e9fc4823,,,FALSE,, -Configuration Management,Pattern Support: Istio,VirtualService,,Platform Engineer,,Free,Adapter,,,,,,,,,,,,,,,9a84a5d0-0a16-11ee-be56-0242ac120002,,,TRUE,, -Configuration Management,Pattern Support: Istio,DestinationRule,,Platform Engineer,,Free,Adapter,,,,,,,,,,,,,,,12c5dbca-cdb4-4554-8a71-8c67c118071d,,,TRUE,, -Configuration Management,Pattern Support: Istio,mTLS (PeerAuthentication),,Platform Engineer,,Free,Adapter,,,,,,,,,,,,,,,2e66a6b3-7ed5-4010-b1d2-f4d7035f0991,,,TRUE,, -Configuration Management,Pattern Support: Istio,Automatic Sidecar Injection on a Namespace,,Platform Engineer,,Free,Adapter,,,,,,,,,,,,,,,21bd0f2b-0ab6-4aac-a1aa-e4a02eb66b3c,,,TRUE,, -Configuration Management,Pattern Support: Istio,Sidecars,,Platform Engineer,,Free,Adapter,,,,,,,,,,,,,,,34b68c99-8ef9-4542-8c34-bf7587bfa1b0,,,TRUE,, -Configuration Management,Pattern Support: Istio,AuthorizationPolicy,,Platform Engineer,,Free,Adapter,,,,,,,,,,,,,,,d2eef103-0a0d-471f-b262-46af4f620826,,,FALSE,, -Configuration Management,Pattern Support: Istio,EnvoyFilters,,Platform Engineer,,Free,Adapter,,,,,,,,,,,,,,,c4b1a799-0ab0-4262-b832-9a3d53cfd185,,,FALSE,, -Configuration Management,Pattern Support: Istio,PeerAuthentication,,Platform Engineer,,Free,Adapter,,,,,,,,,,,,,,,b8a9ad4b-1ee2-4460-a8c8-2d55fe47bbfd,,,FALSE,, -Configuration Management,Pattern Support: Istio,Istio Operator,Provision,Platform Engineer,,Free,Adapter,,,,,,,,,,,,,,,2209d9a6-c93b-4db1-894e-fdaacfcfc2d8,,,FALSE,, -Configuration Management,Pattern Support: Istio,,,Platform Engineer,,Free,Adapter,,,,,,,,,,,,,,,ffaeee74-7e15-4a98-81d2-75072555bd81,,,FALSE,, -Configuration Management,Pattern Support: Istio,Ingress Gateway (Gateways),,Platform Engineer,,Free,Adapter,,,,,,,,,,,,,,,00b3c489-b923-40e4-aba7-8742aed3c63c,,,FALSE,, -Configuration Management,Pattern Support: Istio,Egress Gateway (Gateways),,Platform Engineer,,Free,Adapter,,,,,,,,,,,,,,,3c22fb24-e768-4000-a6f4-1bf1b9a1aa83,,,FALSE,, -Configuration Management,Pattern Support: Istio,Add-on: Prometheus,,Platform Engineer,,Free,Adapter,v0.5.16,,,,,,,,,,,,,,a4d06ed9-958d-4a04-8d56-6658ebb9529e,,,FALSE,, -Configuration Management,Pattern Support: Istio,Add-on: Kiali,,Platform Engineer,,Free,Adapter,v0.5.16,,,,,,,,,,,,,,bcbc9ee9-cde6-4671-9317-bedd655dde83,,,FALSE,, -Configuration Management,Pattern Support: Istio,Add-on: Grafana,,Platform Engineer,,Free,Adapter,v0.5.16,,,,,,,,,,,,,,d64b7b6b-5931-4b61-85a1-664d62da8ffe,,,FALSE,, -Configuration Management,Pattern Support: Istio,Add-on: Zipkin,,Platform Engineer,,Free,Adapter,v0.5.16,,,,,,,,,,,,,,e1d939c7-de43-4d85-8ad4-eaada093467d,,,FALSE,, -Configuration Management,Pattern Support: Istio,Add-on: Jaeger,,Platform Engineer,,Free,Adapter,v0.5.16,,,,,,,,,,,,,,0054fc37-636d-46d4-b5b9-b0f8c20b777c,,,FALSE,, -Configuration Management,Pattern Support: Istio,Custom Configuration,,Platform Engineer,,Free,Adapter,v0.7.0,,,,,,,,,,,,,,2e32a426-c5a4-4ae3-83f1-1bd53b3adbe4,,,FALSE,, -Configuration Management,Pattern Support: Kubernetes,Ingress,,Platform Engineer,,Free,Adapter,v0.8.0,,,,,,,,,,,,,,08872df8-e557-4cf2-85ce-1699a5ef5a65,,,FALSE,, -Configuration Management,Multi-Mesh,Canary Rollout,,Platform Engineer,,Free,Adapter,v0.9.0,,,,,,,,,,,,,,7258df9f-72d1-4491-9f06-a1e5fccbf3a4,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,,,,FALSE,, -Workflow Management,Alert Integration,,,Operator,Open,Team,Meshery Cloud,,,,,,,,,,,,,,,28073587-c661-41f8-b398-dcb48f5859e7,,,FALSE,, -Workflow Management,Auto-scaling,,,Operator,Open,Free,,,,,,,,,,,,,,,,773739f2-33f4-4a72-b2b2-3c46119e2dca,,,FALSE,, -Workflow Management,Change Management,Single and multiple approvers,,All,Open,Team,Meshery Cloud,,,,,,,,,,,,,,,8b8b8eb2-00d5-4501-8c94-529f1b0b0f27,,,FALSE,, -Workflow Management,Change Management,,,All,Open,Team,Meshery Cloud,,,,,,,,,,,,,,,df641df8-f08c-4782-8c58-668b1864bd37,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,3c5a5011-fa68-4a3d-bc52-a9f209e95b82,,,FALSE,, -Business Performance,"Configurable, General Purpose Filter",,,Operator,Open,Free,WASM,,,,,,,,,,,,,,,402cd83d-49af-4b1e-bd07-4397834de949,,,FALSE,, -Business Performance,In-Product Insight,Shopping cart-based; real-time discount,,Product Manager,Closed,Enterprise,WASM,,,,,,,,,,,,,,,b1e81301-0726-4d62-a920-c10ee5d563b0,,,FALSE,, -Business Performance,Serverless Pricing,Subscription plan management. Transformation of workflow pricing model.,,Product Manager,Closed,Enterprise,WASM,,,,,,,,,,,,,,,15d6ae21-7618-4511-afb8-044b7cd8249d,,,FALSE,, -Business Performance,Auto Tuning,,,Product Manager,Closed,Enterprise,WASM,,,,,,,,,,,,,,,93d1acb0-95c4-4ec7-8213-e84547c5caa2,,,FALSE,, -Business Performance,Load / performance based,,,Product Manager,Closed,Enterprise,WASM,,,,,,,,,,,,,,,b5f33a28-e9ba-4e8b-8688-8bf0c75af442,,,FALSE,, -Business Performance,COGS vs SLO-based,,,Product Manager,Closed,Enterprise,WASM,,,,,,,,,,,,,,,efa1647e-3519-43f5-9de5-cbb0690256cc,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,6580014a-6a3f-4fff-a1d5-3871cb1ee8aa,,,FALSE,, -Digital Experience Management,User Analytics,,,Product Manager,Open,Free,WASM,v1.5.0,,,,,,,,,,,,,,cd3a3b81-a0ac-4c36-a41c-2347b88573f9,,,FALSE,, -Digital Experience Management,Integration with Google Analytics,,,Product Manager,Open,Free,WASM,v1.5.0,,,,,,,,,,,,,,8c4fca53-f3bd-4607-ab1f-e7a237b9be1a,,,FALSE,, -Digital Experience Management,,FullStory-like capabilities,,Product Manager,Closed,Enterprise,WASM,v3.0.0,,,,,,,,,,,,,,08f20461-d2a7-44e4-91bb-e26d06cd4797,,,FALSE,, -Digital Experience Management,In-product insight,Like Pendo; telling users what they are missing; how to use the product.,,Product Manager,Closed,Enterprise,WASM,v3.0.0,,,,,,,,,,,,,,41239cec-2e8b-48d8-959b-f595f9bcf3ab,,,FALSE,, -Digital Experience Management,Synthetics,Simple,,Product Manager,Open,Free,WASM,v2.0.0,,,,,,,,,,,,,,fd9752ed-ce05-41b7-953c-e841e2697ae9,,,FALSE,, -Digital Experience Management,Synthetics,Advanced,,Product Manager,Open,Free,WASM,v2.0.0,,,,,,,,,,,,,,488d1bf0-44dc-401b-a1c6-dfe0e334891f,,,FALSE,, -Digital Experience Management,Testing of a user’s flow performance,,,Product Manager,Closed,Team,WASM,v3.0.0,,,,,,,,,,,,,,8472f877-aed5-4066-87a8-c9198516f291,,,FALSE,, -Digital Experience Management,Screenshots,,,Product Manager,Open,Free,WASM,v3.0.0,,,,,,,,,,,,,,dfe77e40-9263-4345-9288-4da24f0352ba,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,5cc8e7f3-79f3-4cdc-8ffd-774859e29433,,,FALSE,, -Incident Management,Notification Center,Events: Reporting of asynchronous events.,,All,Open,Free,Meshery Server,,,,,,,,,,,,,,,2ccbcdf6-5aa0-43f2-b725-80e14003fc0b,,,FALSE,, -Incident Management,Audit Trail,Detailed accounting of user activity. Historical record or each action taken.,,,,Free,,,,,,,,,,,,,,,,27e30849-3184-4dd3-b9c3-17ce256c088e,,,FALSE,, -Incident Management,Alert Generation,Dismiss individual; Dismiss bulk.,,All,Open,Free,Meshery UI,,,,,,,,,,,,,,,92bb8a04-8eb2-4486-bef9-1895ee6d6364,,,FALSE,, -Incident Management,Alert Generation,Policy-based,,Operator,Open,Free,Workflow Engine,,,,,,,,,,,,,,,41897757-9d14-42df-b21d-aed6f83b2743,,,FALSE,, -Incident Management,Alert Generation,Slack Notifications,Threaded Slack Notifications,Operator,,,https://statusbay.io/,,,,,,,,,,,,,,,9f5250ff-c67b-432f-95bc-e2f369f45a47,,,FALSE,, -Incident Management,Event Correlation,Policy-based,,Operator,Open,Free,Policy-based,,,,,,,,,,,,,,,9eb56700-766d-470b-bd0e-3d419bba13d1,,,FALSE,, -Incident Management,Event Correlation,Policy-based,,Operator,Closed,Team,Machine Learning,,,,,,,,,,,,,,,9ed7667f-9de4-419c-a12d-a5593d0e04b8,,,FALSE,, -Incident Management,Calendaring,Meshery Cloud Native,,Operator,Closed,Free,Golang,,,,,,,,,,,,,,,d936a286-cc39-4fd2-9b55-ff2179d9e11b,,,FALSE,, -Incident Management,Calendaring,Integration w/GSuite,,Operator,Closed,Team,Golang,,,,,,,,,,,,,,,3b03ce99-e380-4ee7-888d-adb7c076d4b8,,,FALSE,, -Incident Management,Calendaring,Integration w/Microsoft Outlook,,Operator,Closed,Team,Golang,,,,,,,,,,,,,,,83d4bc06-3e41-452f-bdb7-30a542330923,,,FALSE,, -Incident Management,Alert Integration,DataDog,,Operator,Open,Free,Golang,,,,,,,,,,,,,,,c0629e3a-767d-4ad2-9b75-219b08fd970a,,,FALSE,, -Incident Management,Traffic Capture,Event recording,,Operator,Closed,Team,WASM,,,,,,,,,,,,,,,6d2799b7-640c-4ae9-8a37-2564077cc525,,,FALSE,, -Incident Management,Traffic Replay,Event replay,,Operator,Closed,Team,WASM,,,,,,,,,,,,,,,3449fa41-bd7d-41c1-9533-af11d9eaff72,,,FALSE,, -Incident Management,Traffic Replay,Visual event replay in MeshMap,,All,Closed,Enterprise,Postgres,,,,,,,,,,,,,,,8f6d3691-e7ce-46fc-9311-b51447c3a54e,,,FALSE,, -Incident Management,Diagnostics,Component Logging,,All,,,MeshMap,,,,,,,,,,,,,,,1a10bf40-e17c-4498-8131-f54268eb870b,,,FALSE,, -Incident Management,Notification Integrations,"Access a variety of third-party applications, right from MeshMap. Send a message to Slack, identify an on-duty team to page, or raise an alarm in Datadog.",,Operator,Closed,Enterprise,Cloud,v1.1,,X,,,,,,,,,,,,,,,FALSE,, -,,,,,,,,,,,,,,,,,,,,,,efda5400-45d0-4510-a374-d89c3ece47ae,,,FALSE,, -Chaos Management,MeshMonkey,Library of experiments,,All,Open,Free,Meshery UI,,,,,,,,,,,,,,,599efa8b-0249-465b-8e68-bf65dcd58f72,,,FALSE,, -Chaos Management,MeshMonkey,As WASM filters,,Platform Engineer,,,WASM,,,,,,,,,,,,,,,6060683b-fe85-4ae4-9cf7-97e6eeab1d4f,,,FALSE,, -Chaos Management,MeshMonkey,As sidecars,,Platform Engineer,,,Golang,,,,,,,,,,,,,,,c9bf2c2b-5095-49ac-9f78-8369e78e69a6,,,FALSE,, -Chaos Management,MeshMonkey,As daemonsets,,Platform Engineer,,,Golang,,,,,,,,,,,,,,,b73d71ec-f5b2-4d0b-83de-6e2dccff5041,,,FALSE,, \ No newline at end of file diff --git a/assets/scss/_elements_project.scss b/assets/scss/_elements_project.scss index cfb59d16..7f1b01c7 100644 --- a/assets/scss/_elements_project.scss +++ b/assets/scss/_elements_project.scss @@ -88,4 +88,65 @@ div.tip { height: 22%; float: right; border-radius: 50%; - } \ No newline at end of file + } + + .prevBtn { + $btn-color: $primary; + $btn-color-dark: shade($btn-color, 40%); + color: tint($btn-color); + + &:before { + content: ''; + // @include absolute(0,0,0,0); + background-color: $btn-color-dark; + transform: translateX(-100%); + } + + &:hover { + color: tint($btn-color, 75%); + + &:before { + transform: translateX(0); + } + } + } + +.pagination-nav { + grid-gap: 1rem; + display: grid; + gap: 1rem; + grid-template-columns: repeat(2, 1fr); + } + + +.pagination-nav__link { + border: 1px solid $lightslategray; + border-radius: 0.4rem; + display: block; + height: 100%; + line-height: 1.25; + padding: 1rem; + transition: border-color 200ms cubic-bezier(0.08,0.52,0.52,1); +} + +.pagination-nav__link:hover { + border-color: $primary; +} + +.pagination-nav__link--next { + grid-column: 2 / 3; + text-align: right; +} + +.pagination-nav__sublabel{ + color:$light; + font-size:0.875rem; + font-weight:500; + margin-bottom: 0.25rem; +} + +.pagination-nav__label { + font-size: 1rem; + font-weight: 600; + word-break: break-word; +} \ No newline at end of file diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 1940f46d..3e58f404 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -538,3 +538,10 @@ a:not([href]):not([class]):hover { .sc-imWYAI.sc-fTFjTM.dCEJze.hRziAa { color: red; } + +.click-to-copy button{ + aspect-ratio: 1; + box-shadow: 1px 1px 5px #636567!important; + top: 6px!important; + right: 10px!important; +} diff --git a/assets/scss/_variables_project.scss b/assets/scss/_variables_project.scss index 599264bc..beada1a7 100644 --- a/assets/scss/_variables_project.scss +++ b/assets/scss/_variables_project.scss @@ -73,9 +73,9 @@ $font-qanelas: "Qanelas Soft", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; -@if $td-enable-google-fonts { - $td-fonts-serif: prepend($td-fonts-serif, "#{$google_font_name}"); -} +// @if $td-enable-google-fonts { +// $td-fonts-serif: prepend($td-fonts-serif, "#{$google_font_name}"); +// } $font-family-sans-serif: $td-fonts-serif; $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, diff --git a/content/en/charts/_index.md b/content/en/charts/_index.md new file mode 100644 index 00000000..87e29037 --- /dev/null +++ b/content/en/charts/_index.md @@ -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 full index of Layer5 Helm charts. + +## Chart Source + +

The source for this chart is located in the layer5io/meshery-cloud repository under install/kubernetes/.

+
+{{< 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 >}} diff --git a/content/en/cloud/catalog/_index.md b/content/en/cloud/catalog/_index.md index 7564aaf5..be5f3a53 100644 --- a/content/en/cloud/catalog/_index.md +++ b/content/en/cloud/catalog/_index.md @@ -14,6 +14,8 @@ Public Catalog: https://meshery.layer5.io/catalog The Cloud Catalog is a web-based, public catalog to facilitate easy discovery of existing designs. Designs that are published into the catalog can be, but are not always curated for known best practices and patterns. Content is published at [meshery.layer5.io/catalog](https://meshery.layer5.io/catalog), and one-click import of catalog content into Meshery Server is seamlessly integrated. +![Flow for sharing design](./images/Slide51.svg) + ### Content Visibility Each item in the catalog comes with an associated level of visibility. @@ -37,7 +39,7 @@ Catalog content is categorized in a number of ways: - **Patterns**: Cloud native patterns enable the business function in simple language. - **Filters**: Embedded in the data plane of a service mesh, WebAssembly filters offer fine-grained control over service requests. - **Programs**: Embedded in the data plane of a service mesh, eBPF programs performant, fine-grained control over service requests. -- **Policies**: Applied across the cloud native infrastructure under management, policies may be applied broadly and specificly. +- **Policies**: Applied across the cloud native infrastructure under management, policies may be applied broadly and specifically. diff --git a/content/en/cloud/catalog/images/Slide51.svg b/content/en/cloud/catalog/images/Slide51.svg new file mode 100644 index 00000000..170ca492 --- /dev/null +++ b/content/en/cloud/catalog/images/Slide51.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/en/cloud/getting-started/creating-a-design-from-templete.md.md b/content/en/cloud/getting-started/creating-a-design-from-templete.md.md index c8a06e3b..efb4813a 100644 --- a/content/en/cloud/getting-started/creating-a-design-from-templete.md.md +++ b/content/en/cloud/getting-started/creating-a-design-from-templete.md.md @@ -1,6 +1,6 @@ --- title: Creating a Design from Meshery Catalog Templates -description: With this guide, you can create amazing cloud native designs for your infrastructure from already avaliable templetes in the meshery catalog. +description: With this guide, you can create amazing cloud native designs for your infrastructure from already available templates in the meshery catalog. weight: 2 --- @@ -10,10 +10,10 @@ weight: 2 1. Sign into [Layer5 Cloud](https://meshery.layer5.io) 2. Explore the catalogs located in the menu section. -3. Search by technology or type and find the best templete for your infrastructure. You will already see some of the information just by hovering on it. +3. Search by technology or type and find the best template for your infrastructure. You will already see some of the information just by hovering on it. 4. For detailed information just click on it. 5. Simply click the green clone button. 6. Now you have it. Navigate to [Meshery Playground](https://playground.meshery.io/) 7. Go to the MeshMap and you will see your cloned template here. If you con't see it just reload the page. -You can also publish your own design as a templete. \ No newline at end of file +You can also publish your own design as a template. \ No newline at end of file diff --git a/content/en/cloud/getting-started/getting-started-with-layer5-account.md b/content/en/cloud/getting-started/getting-started-with-layer5-account.md index 314ad1de..9f8a6cd9 100644 --- a/content/en/cloud/getting-started/getting-started-with-layer5-account.md +++ b/content/en/cloud/getting-started/getting-started-with-layer5-account.md @@ -17,10 +17,13 @@ The first steps in starting with Layer5 are to create an account, verify your em To sign up for an account on Layer5 Cloud, navigate to . You may choose to either signup with your personal email or any of our supported OAuth providers like Github and Gmail. See "OAuth Providers" for more information. +![Flow for user account creation](/cloud/getting-started/images/Slide40.svg) + ### 2. Verifying your email address To ensure you can use all the features in your Layer5 plan, verify your email address after signing up for a new account. For more information, see "Verifying your email address." + diff --git a/content/en/cloud/identity/teams/default-permissions.md b/content/en/cloud/identity/teams/default-permissions.md deleted file mode 100644 index e3ed0051..00000000 --- a/content/en/cloud/identity/teams/default-permissions.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Default Team Permissions -description: > - Complete list of default permissions granted to Team Admin and Team Manager roles. -weight: 4 -categories: [Identity] -tags: [teams] ---- -The following list is the default permissions granted to Team Admin and Team Manager roles. - -| Permissions | Team Admin | Team Manager | -|-----------------------------------------------------------------|-------------|--------------| -| Delete team | ✅* | ❌ | -| Transfer team ownership to another member of team | ✅* | ❌ | -| Add (invite) people to their team (must be member of their org) | ✅ | ✅ | -| Remove people from their team (should be member of their org) | ✅ | ✅ | -| View all team members | ✅ | ✅ | -| Assign/unassign Team Admin role to team members | ✅* | ❌ | -| Assign/unassign Team Manager role to team members | ✅* | ❌ | -| Assign roles to team members | ✅ | ✅ | -| Assign keys and keychains to the team members | ✅ | ✅ | - -{{< alert title="*Organization Owner" type="warning" >}} -_Permissions marked with * apply only if you are the owner of the organization._{{< /alert >}} - -{{< alert title="Customizable Permissions" type="info" >}}Default permissions can be easily customized by simply creating your own [keychains](/cloud/security/keychains/) and [roles](/cloud/security/roles).{{< /alert >}} \ No newline at end of file diff --git a/content/en/cloud/identity/users/Slide41.svg b/content/en/cloud/identity/users/Slide41.svg new file mode 100644 index 00000000..43996238 --- /dev/null +++ b/content/en/cloud/identity/users/Slide41.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/en/cloud/identity/users/notification-preferences.gif b/content/en/cloud/identity/users/notification-preferences.gif index 23a2526c..178e7943 100644 Binary files a/content/en/cloud/identity/users/notification-preferences.gif and b/content/en/cloud/identity/users/notification-preferences.gif differ diff --git a/content/en/cloud/identity/users/notification-preferences.md b/content/en/cloud/identity/users/notification-preferences.md index ea431782..d7594d3c 100644 --- a/content/en/cloud/identity/users/notification-preferences.md +++ b/content/en/cloud/identity/users/notification-preferences.md @@ -6,23 +6,34 @@ categories: [Identity] tags: [users] --- -Layer5 Cloud offers a range of user-configurable preferences, allowing you to control the types of emails you receive. +Layer5 Cloud offers a range of user-configurable preferences that allows you to control the types of email notifications you receive. -Add User +How to set your notifications preferences ## To change the notification preferences 1. Sign into [Layer5 Cloud](https://meshery.layer5.io) + 2. Visit **Account** > [Preferences](https://meshery.layer5.io/account/preferences) + 3. Under “Notifications,” choose what notifications you want to receive: + - **Acknowledgment:** You'll receive notifications about badges you've been awarded and related updates. + - **Approval Requests:** You'll be notified about Workspace, Account, Permissions, Catalog - - **Workspace Activity:** You can choose to be notified about: + + - **Organization Activity:** When this is checked, you'll be notified when + - you're added or invited to a new organization + - you're removed from an organization + - a new user is added, invited to, or removed from your organization (provided that your organization admin has enabled notifications for these updates to be sent to organization members). + + - **Workspace Activity:** You can choose to be notified about: - Changes to Designs - - Comments on Your Designs + - Comments on Your Designs: Check this box to receive notifications for all new comments on your designs. Unchecking this box will disable all comment notifications. If you prefer to keep this box checked but wish to stop receiving notifications for a specific comment thread, you can directly mute notifications for that thread in the comment modal. You can [learn more about this feature](https://docs.layer5.io/meshmap/designer/comments/#mute-comment-notifications). - Deployment in environments - Membership Changes: team membership, user account creation/deletion - - Participating, @mentions in comments + - Participating, @mentions in comments: [Learn more](https://docs.layer5.io/meshmap/designer/comments/#mute-comment-notifications) - Weekly summary -4. Click **Save Preferences** -You can opt out of all email notifications by toggling the button located on the right side of the Notifications. \ No newline at end of file +5. Click **Save Preferences** + +You can opt out of all email notifications by toggling the button located on the right side of the Notifications. diff --git a/content/en/cloud/identity/users/user-management.md b/content/en/cloud/identity/users/user-management.md index bc52a8e6..e8e4f9f1 100644 --- a/content/en/cloud/identity/users/user-management.md +++ b/content/en/cloud/identity/users/user-management.md @@ -35,10 +35,13 @@ Add or remove users from the selected organization. Add User +![Flow for organization and team membership](/cloud/identity/users/Slide41.svg) + ## Invite User Invite users to join your organization. Specify the user's name and email address and tailor their involvement by adding them to **organizations** and **teams**, optionally assigning predefined roles. + {{< alert type="info" title="Note" >}} An Organization Admin can assign organization roles to users but provider roles can only be assigned by Provider Admins. For more information, see [Roles](/cloud/security/roles). {{< /alert >}} diff --git a/content/en/cloud/overview/_index.md b/content/en/cloud/overview/_index.md index f95443eb..3d1f89a7 100644 --- a/content/en/cloud/overview/_index.md +++ b/content/en/cloud/overview/_index.md @@ -1,11 +1,12 @@ -