You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support for destination service accounts (#567)
* upgrade argo version and add support for dest svc accts
Signed-off-by: Jordan Nimlos <[email protected]>
* feat(tests): align workflow file with framework skaffold repo (#563)
Signed-off-by: Nathanael Liechti <[email protected]>
Signed-off-by: Jordan Nimlos <[email protected]>
* feat: align tools folder with scaffold repo (#565)
Signed-off-by: Nathanael Liechti <[email protected]>
Signed-off-by: Jordan Nimlos <[email protected]>
* include flattener function for dsa
Signed-off-by: Jordan Nimlos <[email protected]>
* add updated docs
Signed-off-by: Jordan Nimlos <[email protected]>
* go mod tidy and fix generate/build
Signed-off-by: Jordan Nimlos <[email protected]>
* add argocd settings api client
Signed-off-by: Jordan Nimlos <[email protected]>
* add settings check to feature constraints
Signed-off-by: Jordan Nimlos <[email protected]>
* separate version and settings support checks with a single wrapper
Signed-off-by: Jordan Nimlos <[email protected]>
* fix linting issues
Signed-off-by: Jordan Nimlos <[email protected]>
* chore: add ability to optionally filter tests (#684)
In the various `Makefile` tasks, add an option to filter out tests if
necessary. I also fixed a few tests which were failing when running
unit tests where the config params require a k8s environment to be up
and running.
Signed-off-by: Blake Pettersson <[email protected]>
Signed-off-by: Jordan Nimlos <[email protected]>
* fix(deps): update module github.com/argoproj/argo-cd/v3 to v3.0.11 (#664)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Jordan Nimlos <[email protected]>
* chore: migrate to terraform-plugin-testing (#687)
* chore: migrate to terraform-plugin-testing
It gets pretty messy trying to mix `terraform-plugin-testing` with the
older `terraform-plugin-sdk` testing framework, so let's just use
`terraform-plugin-testing` for both the old resources as well as the new ones.
Signed-off-by: Blake Pettersson <[email protected]>
* chore: ignore fields
Signed-off-by: Blake Pettersson <[email protected]>
---------
Signed-off-by: Blake Pettersson <[email protected]>
Signed-off-by: Jordan Nimlos <[email protected]>
* add doc comments to IsVersionSupported and IsSettingSupported funcs
Signed-off-by: Jordan Nimlos <[email protected]>
* separate unstable feature acceptance tests from stable ones
Signed-off-by: Jordan Nimlos <[email protected]>
* re-add dropped ApplicationSourceName feature
Signed-off-by: Jordan Nimlos <[email protected]>
* revert unstable feature test workflows
Signed-off-by: Jordan Nimlos <[email protected]>
* revert feature constraint server settings component
Signed-off-by: Jordan Nimlos <[email protected]>
* missed cleanup IsVersionSupported func, add nil check on fc.MinVersion
Signed-off-by: Jordan Nimlos <[email protected]>
* avoid panic in expandDestinationServiceAccounts
Signed-off-by: Jordan Nimlos <[email protected]>
* rm kubernetes tf provider usage in test
Signed-off-by: Jordan Nimlos <[email protected]>
* check feature support on resource create/update
Signed-off-by: Jordan Nimlos <[email protected]>
* add fc.MinVersion nil check to new server_interface
Signed-off-by: Jordan Nimlos <[email protected]>
---------
Signed-off-by: Jordan Nimlos <[email protected]>
Signed-off-by: Nathanael Liechti <[email protected]>
Signed-off-by: nimjor <[email protected]>
Signed-off-by: Blake Pettersson <[email protected]>
Co-authored-by: Jordan Nimlos <[email protected]>
Co-authored-by: Nathanael Liechti <[email protected]>
Co-authored-by: Jordan Nimlos <[email protected]>
Co-authored-by: Blake Pettersson <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/resources/project.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,7 @@ Optional:
173
173
-`cluster_resource_blacklist` (Block Set) Blacklisted cluster level resources. (see [below for nested schema](#nestedblock--spec--cluster_resource_blacklist))
174
174
-`cluster_resource_whitelist` (Block Set) Whitelisted cluster level resources. (see [below for nested schema](#nestedblock--spec--cluster_resource_whitelist))
175
175
-`description` (String) Project description.
176
+
-`destination_service_account` (Block Set) Service accounts to be impersonated for the application sync operation for each destination. (see [below for nested schema](#nestedblock--spec--destination_service_account))
176
177
-`namespace_resource_blacklist` (Block Set) Blacklisted namespace level resources. (see [below for nested schema](#nestedblock--spec--namespace_resource_blacklist))
177
178
-`namespace_resource_whitelist` (Block Set) Whitelisted namespace level resources. (see [below for nested schema](#nestedblock--spec--namespace_resource_whitelist))
178
179
-`orphaned_resources` (Block List, Max: 1) Settings specifying if controller should monitor orphaned resources of apps in this project. (see [below for nested schema](#nestedblock--spec--orphaned_resources))
@@ -212,6 +213,19 @@ Optional:
212
213
-`kind` (String) The Kubernetes resource Kind to match for.
0 commit comments