feat(ske): add ephemeral ske kubeconfig - #1448
Conversation
e7a7211 to
21ffd96
Compare
21ffd96 to
42e7091
Compare
|
|
638204f to
ad810c1
Compare
cd6a220 to
0d06641
Compare
0d06641 to
72e2165
Compare
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
72e2165 to
23b550f
Compare
dd0520a to
08623d4
Compare
08623d4 to
096316e
Compare
98eace1 to
6ee1d50
Compare
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
ea3a892 to
cb934f4
Compare
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
|
@h3adex Please resolve the comments you've already adressed 😅 |
cb934f4 to
60e1ae5
Compare
|
@rubenhoenle done |
|
There are conflicts @h3adex |
60e1ae5 to
73df86b
Compare
|
@rubenhoenle resolved conflicts |
73df86b to
ee03b66
Compare
ee03b66 to
e6312a1
Compare
Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>
e1096c3 to
a08b081
Compare
|
Resolved last comment and squashed commits |
Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>

Description
This PR adds the
stackit_ske_kubeconfigephemeral resource. The default expiration has been reduced to 30 minutes. Since these credentials only need to persist for the duration of a Terraform run, where even slow Helm deployments rarely exceed a 10-15 minute window, a 60-minute expiration is excessive.Tested example code:
https://professional-service.git.onstackit.cloud/professional-service-best-practices/professional-service/pulls/18
Checklist
make fmtexamples/directory)make generate-docs(will be checked by CI)make test(will be checked by CI)make lint(will be checked by CI)