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

PingOne Authorize Trust Framework and Policy Manager #919

Draft
wants to merge 52 commits into
base: main
Choose a base branch
from

Conversation

patrickcping
Copy link
Collaborator

@patrickcping patrickcping commented Oct 9, 2024

Change Description

  • New resource pingone_authorize_policy_management_policy
  • New resource pingone_authorize_policy_management_rule
  • New resource pingone_authorize_policy_management_statement
  • New resource pingone_authorize_trust_framework_attribute
  • New resource pingone_authorize_trust_framework_condition
  • New resource pingone_authorize_trust_framework_processor
  • New resource pingone_authorize_trust_framework_service

Required SDK Upgrades

  • github.com/patrickcping/pingone-go-sdk-v2/authorize v0.7.0

Testing Shell Command

Testing Results

Expand Results

@patrickcping patrickcping added service/authorize PingOne Authorize status/blocked/upstream-sdk The issue/PR is blocked by an upstream SDK size/large Large size change (e.g. creation of new resources/datasources with tests) labels Oct 9, 2024
@patrickcping patrickcping self-assigned this Oct 9, 2024
@patrickcping patrickcping linked an issue Oct 9, 2024 that may be closed by this pull request
@patrickcping patrickcping added the status/blocked/upstream-api The issue/PR is blocked by an upstream API label Oct 9, 2024
@patrickcping patrickcping linked an issue Oct 9, 2024 that may be closed by this pull request
@patrickcping patrickcping added the type/enhancement New feature or request label Oct 9, 2024
@patrickcping patrickcping added this to the v1.2.0 milestone Oct 9, 2024
flattenedList := []attr.Value{}
for _, v := range apiObject {

flattenedObj, d := trustFrameworkServiceServiceSettingsConnectorInputMappingOkToTF(ctx, &v, true)

Check failure

Code scanning / Golang security checks by gosec

Implicit memory aliasing in for loop. Error

Implicit memory aliasing in for loop.
flattenedList := []attr.Value{}
for _, v := range apiObject {

flattenedObj, d := editorDataConditionOkToTF(ctx, &v, true)

Check failure

Code scanning / Golang security checks by gosec

Implicit memory aliasing in for loop. Error

Implicit memory aliasing in for loop.
flattenedList := []attr.Value{}
for _, v := range apiObject {

flattenedObj, d := editorDataConditionComparandOkToTF(ctx, &v, true)

Check failure

Code scanning / Golang security checks by gosec

Implicit memory aliasing in for loop. Error

Implicit memory aliasing in for loop.
flattenedList := []attr.Value{}
for _, v := range apiObject {

flattenedObj, d := editorDataReferenceObjectOkToTF(&v, true)

Check failure

Code scanning / Golang security checks by gosec

Implicit memory aliasing in for loop. Error

Implicit memory aliasing in for loop.
flattenedList := []attr.Value{}
for _, v := range apiObject {

flattenedObj, d := editorDataResolverOkToTF(ctx, &v, true)

Check failure

Code scanning / Golang security checks by gosec

Implicit memory aliasing in for loop. Error

Implicit memory aliasing in for loop.
flattenedList := []attr.Value{}
for _, v := range apiObject {

flattenedObj, d := editorDataResolverOkToTF(ctx, &v, true)

Check failure

Code scanning / Golang security checks by gosec

Implicit memory aliasing in for loop. Error

Implicit memory aliasing in for loop.
flattenedList := []attr.Value{}
for _, v := range apiObject {

flattenedObj, d := editorDataProcessorOkToTFIteration(ctx, iteration+1, &v, true)

Check failure

Code scanning / Golang security checks by gosec

Implicit memory aliasing in for loop. Error

Implicit memory aliasing in for loop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/authorize PingOne Authorize size/large Large size change (e.g. creation of new resources/datasources with tests) status/blocked/upstream-api The issue/PR is blocked by an upstream API status/blocked/upstream-sdk The issue/PR is blocked by an upstream SDK type/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PingOne Authorize Policy Manager PingOne Authorize Trust Framework
1 participant