spiffe / spire-tutorials

Apache License 2.0
85 stars 81 forks source link

Version mismatch #38

Open vijaymateti opened 4 years ago

vijaymateti commented 4 years ago

Would it be possible to have both spire-tutorials and spire-examples merged may be and created a unified examples with all the examples maintained under one version of spire agent/server version? I find some examples are in 0.9.0, 0.10.0 and 0.11.0. This makes hard to switch back and forth with various options.

Andres-GC commented 4 years ago

Hi vijaymateti,

I think there is plan to unifying the two repos in only one so I would expect that happening in a near future.

Regarding the different versions, the idea is to keep all the examples and tutorials using the latest SPIRE version. I know that examples at spire-examples are almost all (if not all) updated to use the latest version 0.11.0 which was released last week. For the tutorials on this repo, the upgrade to the latest version will be this week I think.

Can you point me to the example you found on version 0.9.0 (in case is from a different repo than this one, spire-tutorials)?

Regards

jmi926 commented 3 years ago

Hello, I think OIDC AWS need a version upgrade, as we get an SQL error in logs if not. (deprecated parameters must also be removed). Is there any news on the merging plan ? :) Thanks for the good work ! :+1:

vijaymateti commented 3 years ago

Hi @Andres-GC

k8s/oidc-vault/k8s/server-statefulset.yaml is on 0.10.0 k8s/quickstart/client-deployment.yaml is on 0.10.0 k8s/oidc-aws/agent-daemonset.yaml is on 0.9.3

Rest is all on 0.11.0

There seems to be data model updates between these version which require reinstall of spire rather than just swapping the image tags.

jmi926 commented 3 years ago

We also have to be careful with examples using the register_api as it will be deprecated ?