Bump ske service dependency version and include serviceAccountIssuerin SKE cluster status#1505
Bump ske service dependency version and include serviceAccountIssuerin SKE cluster status#1505jastBytes wants to merge 15 commits into
serviceAccountIssuerin SKE cluster status#1505Conversation
|
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. |
|
@GokceGK Can you estimate when you will have time to review the PR ? :) |
serivceAccountIssuerin SKE cluster statusserviceAccountIssuerin SKE cluster status
Update the dependency version for the ske service SDK within the go.mod file. This bump includes several related updates across the ske service implementation, such as adding support for `service_account_issuer` fields and adjusting how certain types are assigned.
|
I have rebased my changes, could you have a look @Manuelvaas? Thank you! |
|
Hi @jastBytes, Best regards |
- Added `service_account_issuer` to `testConfigVarsMin`, `testConfigVarsMax`, and test check resource attributes in `TestAccSKEMin` and `TestAccSKEMax`.
Co-authored-by: Ruben Hönle <git@hoenle.xyz>
Co-authored-by: Ruben Hönle <git@hoenle.xyz>
Co-authored-by: Ruben Hönle <git@hoenle.xyz>
Co-authored-by: Ruben Hönle <git@hoenle.xyz>
|
I think I got the tests wrong since |
Update acceptance tests to verify that the service_account_issuer attribute is set instead of asserting a specific value, reflecting its removal and read‑only status.
|
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. |

Description
Update the dependency version for the ske service SDK within the go.mod file.
This bump includes several related updates across the ske service implementation, such as adding support for
service_account_issuerfields and adjusting how certain types are assigned.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)