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

Added support for DAM 14.7 (LTS) #318

Merged
merged 5 commits into from
Nov 20, 2023
Merged

Added support for DAM 14.7 (LTS) #318

merged 5 commits into from
Nov 20, 2023

Conversation

eytannnaim
Copy link
Collaborator

No description provided.

@eytannnaim eytannnaim requested a review from assaf13 November 19, 2023 18:22
dam_version = "${local.dam_version_major}.${local.dam_version_minor}"
# Archiving action set is created differently on 14.7

action_set_item = var.hub_details == [] ? null : local.dam_version != "14.7" ? [{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The condition here is different than hub_configuration = var.hub_details == null ? [] : concat...
Is it ok ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are absolutely right. Fixing.

"strictCertificateChecking" : false
"actionInterface": "Send to Sonar"
}
)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the only difference at the payload is that it conains actionInterface and missing enabled ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

@eytannnaim eytannnaim deleted the support_dam_14_7 branch November 20, 2023 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants