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

Implements sign process and add dist/MANIFEST.txt #212

Closed
Slach opened this issue Jun 30, 2020 · 7 comments · Fixed by #307 or grafana/grafana-plugin-repository#803
Closed

Implements sign process and add dist/MANIFEST.txt #212

Slach opened this issue Jun 30, 2020 · 7 comments · Fixed by #307 or grafana/grafana-plugin-repository#803
Assignees

Comments

@Slach
Copy link
Collaborator

Slach commented Jun 30, 2020

look at https://grafana.com/docs/grafana/latest/developers/plugins/sign-a-plugin/
and https://grafana.com/docs/grafana/latest/plugins/plugin-signature-verification/
currently, only "grafana team" plugins can be signed correctly

@Slach Slach self-assigned this Jun 30, 2020
@levonet
Copy link

levonet commented Jul 16, 2020

I have same problems with Grafana 7.x docker container.
t=2020-07-16T16:44:18+0000 lvl=eror msg="Failed to load plugin" logger=plugins error="plugin \"vertamedia-clickhouse-datasource\" is unsigned" pluginPath=/var/lib/grafana/plugins/vertamedia-clickhouse-datasource/dist

@Slach
Copy link
Collaborator Author

Slach commented Jul 17, 2020

@levonet please look to https://github.com/Vertamedia/clickhouse-grafana/#quick-start

apply changes into grafana.ini

[plugins]
allow_loading_unsigned_plugins=vertamedia-clickhouse-datasource

or setup environment variable

GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=vertamedia-clickhouse-datasource 

@ryn9
Copy link

ryn9 commented Nov 10, 2020

Has the team submitted for a Community signature per the instructions noted below? https://grafana.com/docs/grafana/latest/developers/plugins/sign-a-plugin/#sign-a-public-plugin

@Slach
Copy link
Collaborator Author

Slach commented Nov 11, 2020

@ryn9 thanks a lot for link, I will make request and prepare signin process related files

@ryn9
Copy link

ryn9 commented Nov 11, 2020 via email

@levonet
Copy link

levonet commented Nov 24, 2020

@Slach When to expect a new version?

@Slach
Copy link
Collaborator Author

Slach commented Nov 25, 2020

@levonet couple of weeks
i need resolve another issues and implements some new functions

Slach added a commit to Altinity/grafana-plugin-repository that referenced this issue Nov 30, 2020
# 2.2.0 (2020-11-30)
## Enhancement:

* add region support to annotation query, try to fix wrong column orders for table format, fix Altinity/clickhouse-grafana#303
* add plugin sign process, fix Altinity/clickhouse-grafana#212
* add `DateTime64` support, fix Altinity/clickhouse-grafana#292
* add `linux\arm64` backend plugin build
* improve ARRAY JOIN parsing, fix Altinity/clickhouse-grafana#284
* improve `docker-compose.yaml` add ability to redefine `GRAFANA_VERSION` and `CLICKHOUSE_VERSION` via environment variables `latest` by default

## Fixes:
* add `*.js.map` and `*.js` from src and spec folder to .gitignore
* don't apply adhoc filters twice when used $adhoc macros, fix Altinity/clickhouse-grafana#282
* fix corner case for table format with wrong columns order between meta and data response section, fix Altinity/clickhouse-grafana#281
* add trickster to docker-compose environment
* actualize links in README.md

Signed-off-by: Eugene Klimov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants