-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
ConfigManagementPlugin get 「Unknown grpc.method=GetParametersAnnouncement grpc.service=plugin.ConfigManagementPluginService」 #16077
Comments
My script is out of date and incorrect. Try this: get-parameters.sh: |
#!/bin/sh
- yq e -o=json values.yaml | jq '{
+ yq e -o=json values.yaml | jq '[{
name: "helm-parameters-dynamic",
collectionType: "map",
map: [leaf_paths as $path | {"key": $path | join("."), "value": getpath($path)|tostring}] | from_entries
- }'
+ }]' |
crenshaw-dev
added a commit
to crenshaw-dev/argo-cd
that referenced
this issue
Oct 31, 2023
Signed-off-by: Michael Crenshaw <[email protected]>
ishitasequeira
pushed a commit
that referenced
this issue
Nov 1, 2023
Signed-off-by: Michael Crenshaw <[email protected]>
gcp-cherry-pick-bot bot
pushed a commit
that referenced
this issue
Nov 1, 2023
Signed-off-by: Michael Crenshaw <[email protected]>
This was referenced Nov 1, 2023
gcp-cherry-pick-bot bot
pushed a commit
that referenced
this issue
Nov 1, 2023
Signed-off-by: Michael Crenshaw <[email protected]>
gcp-cherry-pick-bot bot
pushed a commit
that referenced
this issue
Nov 1, 2023
Signed-off-by: Michael Crenshaw <[email protected]>
crenshaw-dev
added a commit
that referenced
this issue
Nov 1, 2023
Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
crenshaw-dev
added a commit
that referenced
this issue
Nov 1, 2023
Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
crenshaw-dev
added a commit
that referenced
this issue
Nov 1, 2023
Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
jmilic1
pushed a commit
to jmilic1/argo-cd
that referenced
this issue
Nov 13, 2023
) Signed-off-by: Michael Crenshaw <[email protected]> Signed-off-by: jmilic1 <[email protected]>
vladfr
pushed a commit
to vladfr/argo-cd
that referenced
this issue
Dec 13, 2023
) Signed-off-by: Michael Crenshaw <[email protected]>
tesla59
pushed a commit
to tesla59/argo-cd
that referenced
this issue
Dec 16, 2023
) Signed-off-by: Michael Crenshaw <[email protected]>
alexmt
pushed a commit
to alexmt/argo-cd
that referenced
this issue
Jan 19, 2024
) (argoproj#16198) Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
lyda
pushed a commit
to lyda/argo-cd
that referenced
this issue
Mar 28, 2024
) Signed-off-by: Michael Crenshaw <[email protected]> Signed-off-by: Kevin Lyda <[email protected]>
Hariharasuthan99
pushed a commit
to AmadeusITGroup/argo-cd
that referenced
this issue
Jun 16, 2024
) Signed-off-by: Michael Crenshaw <[email protected]>
alexmt
pushed a commit
to alexmt/argo-cd
that referenced
this issue
Dec 6, 2024
) (argoproj#16198) Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist:
argocd version
.Describe the bug
ConfigManagementPlugin demo: https://github.com/argoproj/argo-cd/tree/master/examples/plugins
and get:
time="2023-10-23T15:17:53Z" level=error msg="finished streaming call with code Unknown" error="get parameters announcement error: error unmarshaling dynamic parameter output into ParametersAnnouncementResponse: json: cannot unmarshal object into Go value of type []*apiclient.ParameterAnnouncement" grpc.code=Unknown grpc.method=GetParametersAnnouncement grpc.service=plugin.ConfigManagementPluginService grpc.start_time="2023-10-23T15:17:53Z" grpc.time_ms=81.583 span.kind=server system=grpc
To Reproduce
Expected behavior
get correct param from argocd ui
Screenshots
Version
[root@blueprint fastdfs]# argocd version argocd: v2.8.4+c279299 BuildDate: 2023-09-13T19:43:37Z GitCommit: c27929928104dc37b937764baf65f38b78930e59 GitTreeState: clean GoVersion: go1.20.7 Compiler: gc Platform: linux/amd64 argocd-server: v2.9.0+d7cd236
Logs
The text was updated successfully, but these errors were encountered: