Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Document how to generate spreadsheet credentials for Meshery #11077

Open
yash37158 opened this issue May 31, 2024 · 4 comments
Open

[Docs] Document how to generate spreadsheet credentials for Meshery #11077

yash37158 opened this issue May 31, 2024 · 4 comments
Labels
area/docs Documentation update needed framework/jekyll language/markdown Issues or pull requests that use Markdown

Comments

@yash37158
Copy link
Member

Current State

Currently, there is no documentation or clear instruction on how to generate the required spreadsheet credentials for the --spreadsheet-cred flag when using the mesheryctl registry generate command

Desired State


Contributor Guides and Handbook

@yash37158 yash37158 added area/docs Documentation update needed language/markdown Issues or pull requests that use Markdown framework/jekyll labels May 31, 2024
@leecalcote
Copy link
Member

Quick notes:

  1. Make a copy of the Meshery Integration spreadsheet.
  2. Create a GCP API token for interacting with your spreadsheet clone.
  3. base64 encode your GCP API token as you provide it to the mesheryctl generate command.
    example:
$ export CRED=`cat ~/spreadsheet.json | base64`
$ cat ~/spreadsheet.json | xargs ./mesheryctl registry generate --spreadsheet-id "1DZHnzxYWOlJ69Oguz4LkRVTFM79kC2tuvdwizOJmeMw" --spreadsheet-cred

@leecalcote
Copy link
Member

Ideally, we build support for CSV files, too.

@yash37158
Copy link
Member Author

It seems that I'm unable to make a copy of the integration spreadsheet because the export options are disabled for the document.

@Aviral0702
Copy link
Contributor

Please assign this docs feature to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Documentation update needed framework/jekyll language/markdown Issues or pull requests that use Markdown
Projects
None yet
Development

No branches or pull requests

3 participants