-
Notifications
You must be signed in to change notification settings - Fork 4
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
add workload identity support #206
Conversation
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.
change looks good overall, can you also test importing a deployment without workload identity and updating that?
good call I did need to make changes to the import script. One thing to note though is that deployments will always have a workload identity as if one is not sent the backend makes one for you. |
thank you for this much needed feature. |
From the ticket I worked off of:
|
closes #189 |
Description
Adds support for workload identity via a option desired workload identity param.
#23877
🎟 Issue(s)
🧪 Functional Testing
📸 Screenshots
On create no errors:








On update of a non-workload identity param no errors:
On update of a workload identity param no errors:
UI on create:
UI on update:
Generated .tf from import script:
Updating the workload identity:
Results of update in ui:
📋 Checklist
examples/
directory