Skip to content
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

Resource aria_orchestrator_configuration: Manage attribute of type SecureString #119

Open
davidfischer-ch opened this issue Jan 31, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request go Pull requests that update Go code P1 High priority
Milestone

Comments

@davidfischer-ch
Copy link
Owner

davidfischer-ch commented Jan 31, 2025

At least for the data source.

Example :

{
  "id": "880f8a22-*******",
  "href": "******",
  "name": "SOME_API",
  "description": "Configuration pour les appels à l'API SOME",
  "category-id": "8a7480ff9281756001*******",
  "version": "0.0.0",
  "status": 0,
  "attributes": [
    {
      "value": {
        "string": {
          "value": "SOMEUSER"
        }
      },
      "type": "string",
      "name": "SOME_API_USERNAME"
    },
    {
      "value": {
        "secure-string": {
          "value": "9B*********************************************************6U",
          "isPlainText": false
        }
      },
      "type": "SecureString",
      "name": "SOME_API_PASSWORD"
    },
    {
      "value": {
        "string": {
          "value": "https://some.com"
        }
      },
      "type": "string",
      "name": "SOME_URL"
    }
  ]
}
@davidfischer-ch davidfischer-ch added enhancement New feature or request go Pull requests that update Go code P1 High priority labels Jan 31, 2025
@davidfischer-ch davidfischer-ch self-assigned this Jan 31, 2025
@davidfischer-ch davidfischer-ch added this to the Refinements milestone Feb 18, 2025
@davidfischer-ch
Copy link
Owner Author

hashicorp/terraform-plugin-framework#1044 Mark value as write-only !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go Pull requests that update Go code P1 High priority
Projects
None yet
Development

No branches or pull requests

1 participant