Feat: Implement Update and Import for Access v2 API based LDAP groups in Artifactory - #1377
Open
joshuaauger wants to merge 5 commits into
Open
Feat: Implement Update and Import for Access v2 API based LDAP groups in Artifactory#1377joshuaauger wants to merge 5 commits into
joshuaauger wants to merge 5 commits into
Conversation
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
joshuaauger
force-pushed
the
feature/ldap-refresh
branch
from
February 17, 2026 17:35
9f99e8e to
350afc1
Compare
Member
|
@joshuaauger update the changelog for the changes to trigger the acceptance tests |
vikramreddym
force-pushed
the
feature/ldap-refresh
branch
from
March 19, 2026 18:31
ec91e4e to
5238142
Compare
Author
|
@srinivasgowda097, @vikramreddym updated the changelog, would you be able to review and approve now? |
soumyas-dev
had a problem deploying
to
development
April 27, 2026 08:50 — with
GitHub Actions
Failure
5 tasks
Collaborator
|
Hi @joshuaauger , Thank you for your contribution. Our CI pipeline issues have been resolved, and we are now accepting contributions again. If you are still interested in submitting this change, please rebase your branch on master and update the CHANGELOG. We look forward to reviewing your pull request. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Disclosure: This pull request includes code written with the assistance of AI (e.g., GitHub Copilot, ChatGPT).
This pull request adds support for configuring the
refresh_operationfor theartifactory_ldap_group_setting_v2resource, allowing users to specify how LDAP groups are refreshed after creation or update. The change introduces a new optional attribute, ensures the operation is performed after resource changes, and updates documentation and examples accordingly.LDAP Group Refresh Operation Support:
refresh_operationattribute (with valid valuesUPDATE,IMPORT, orUPDATE_AND_IMPORT, defaulting toUPDATE_AND_IMPORT) to theartifactory_ldap_group_setting_v2resource schema. This allows users to control how LDAP groups are refreshed after create or update actions. [1] [2]refresh_operationvalue is preserved in Terraform state, since the Artifactory API does not return this field.Documentation and Example Updates:
docs/resources/ldap_group_setting_v2.md) to describe the newrefresh_operationattribute and its usage. [1] [2]refresh_operationattribute.