generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [CDS-99290]: Handle credentials as sensitive for repo and repo c…
…reds, recreate repo creds if url or harness identifiers changed. (#1066) * fix: [CDS-99290]: Fix repo creds, repos, add some validation Signed-off-by: Mirko Teodorovic <[email protected]> * fix: [CDS-99290]: Fix repo creds, repos, add some validation Signed-off-by: Mirko Teodorovic <[email protected]> * docs Signed-off-by: Mirko Teodorovic <[email protected]> * docs Signed-off-by: Mirko Teodorovic <[email protected]> * docs Signed-off-by: Mirko Teodorovic <[email protected]> * remove validation for data Signed-off-by: Mirko Teodorovic <[email protected]> * revert Signed-off-by: Mirko Teodorovic <[email protected]> * Update platform_gitops_repo_cred.md --------- Signed-off-by: Mirko Teodorovic <[email protected]>
- Loading branch information
Showing
9 changed files
with
94 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
```release-note:fix | ||
harness_platform_gitops_repository: make fields computed, add sensitive for credentials | ||
harness_platform_gitops_repository: add sensitive for credentials, fix validation add missing value GITHUB_ENTERPRISE | ||
harness_platform_gitops_repo_cred: add sensitive for credentials, modify fields to computed | ||
resource_gitops_repo_cred.go: add sensitive for credentials, add ForceNew for harness identifiers and for url. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.