Skip to content

Resource identity support in SDKv2 Resources#2751

Merged
jrhouston merged 28 commits intomainfrom
resource-identity-sdkv2
Jun 30, 2025
Merged

Resource identity support in SDKv2 Resources#2751
jrhouston merged 28 commits intomainfrom
resource-identity-sdkv2

Conversation

@jrhouston
Copy link
Collaborator

Rollback Plan

If a change needs to be reverted, we will publish an updated version of the library.

Changes to Security Controls

Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.

Description

This PR adds Resource Identity support to the following SDKv2 resources:

  • Secret
  • Namespace
  • ServiceAccount
  • Service
  • Pod
  • Deployment
  • StatefulSet
  • DaemonSet
  • Job
  • CronJob
  • HPA
  • Ingress
  • IngressClass
  • NetworkPolicy
  • MutatingWebhookConfiguration
  • ValidatingWebhookConfiguration
  • ClusterRole
  • ClusterRoleBinding
  • Role
  • RoleBinding

All SDKv2 resources will share the same schema containing kind, apiGroup, name, namespace and this PR adds some shared functions to be reused across all resources.

Acceptance tests

  • Have you added an acceptance test for the functionality being added?
  • Have you run the acceptance tests on this branch?

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Release Note

Release note for CHANGELOG:

...

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

@jrhouston jrhouston requested a review from a team as a code owner June 28, 2025 02:07
@jrhouston jrhouston merged commit 535535f into main Jun 30, 2025
32 of 33 checks passed
@jrhouston jrhouston deleted the resource-identity-sdkv2 branch June 30, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants