-
Notifications
You must be signed in to change notification settings - Fork 336
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
chore(*) update ecs examples #1446
Conversation
Signed-off-by: Nikolay Nikolaev <[email protected]>
Signed-off-by: Nikolay Nikolaev <[email protected]>
Signed-off-by: Nikolay Nikolaev <[email protected]>
Signed-off-by: Nikolay Nikolaev <[email protected]>
Signed-off-by: Nikolay Nikolaev <[email protected]>
examples/ecs/kuma-cp-remote.yaml
Outdated
@@ -280,6 +345,9 @@ Resources: | |||
Essential: true | |||
User: '5678' | |||
Environment: | |||
- Name: KUMA_DATAPLANE_RUNTIME_TOKEN | |||
# generated with "wget --header='Content-Type: application/json' --post-data='{\"mesh\": \"default\", \"type\": \"ingress\"}' -qO- http://localhost:5681/tokens" | |||
Value: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJOYW1lIjoiIiwiTWVzaCI6ImRlZmF1bHQiLCJUYWdzIjp7fSwiVHlwZSI6ImluZ3Jlc3MifQ.62MCnX4pCJztiLsqDSOopKxCDbxGstFrGZ1jboPOcoA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does it work? The signing key for dataplane token is changing with every restart if you don't use persistent storage.
Should we instruct the users to replace it with the value generated after deploying global CP and generating the token?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh that now makes much more sense, maybe I should split the ingress to a separate template and instruct to actually generate the token as with the regular workload.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that makes sense
Signed-off-by: Nikolay Nikolaev <[email protected]>
e9e5ff3
to
07e0c15
Compare
* fix(*) bootstrap pem decode error check * chore(*) bump default version to 1.0.5 * chore(*) make basic standalone work * chore(*) make multizone work * docs(*) update README * chore(*) split ingress to a separate template Signed-off-by: Nikolay Nikolaev <[email protected]> (cherry picked from commit 0362bca)
* fix(*) bootstrap pem decode error check * chore(*) bump default version to 1.0.5 * chore(*) make basic standalone work * chore(*) make multizone work * docs(*) update README * chore(*) split ingress to a separate template Signed-off-by: Nikolay Nikolaev <[email protected]> (cherry picked from commit 0362bca) Co-authored-by: Nikolay Nikolaev <[email protected]>
Summary
Update the ECS examples to reflect the latest developments
Documentation