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

[Alt 1] Flip default of reverse sync to True #618

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

AlanCoding
Copy link
Member

While revisiting ansible/eda-server#1061, I realized that RESOURCE_SERVER_SYNC_ENABLED is not set to True.

This will not work to do what we want.

As of #603, for any practical system (excluding test_app specifically here), we will be safe to have a True value.

For some reason, we had planned to make this change in apps like AWX / eda-server, but this doesn't make sense to me. Making this change seems like the most reasonable.

@AlanCoding AlanCoding requested a review from relrod September 24, 2024 18:44
@AlanCoding
Copy link
Member Author

First thing I wanted to establish is that

  • Testing DAB Consumers / AWX (pull_request)
  • Testing DAB Consumers / eda-server (pull_request)

Are both passing.

We will still need ansible/eda-server#1061 to actually use the feature, but the checks themselves don't have any coverage for it, so that's why they can pass now.

@AlanCoding AlanCoding changed the title Flip default of reverse sync to True [Alt 1] Flip default of reverse sync to True Sep 25, 2024
@AlanCoding
Copy link
Member Author

Votes were in favor of the other alternative

@AlanCoding AlanCoding closed this Oct 2, 2024
@AlanCoding AlanCoding reopened this Oct 7, 2024
@AlanCoding
Copy link
Member Author

Another update - the other alternative is blocked because it requires more installer changes. So this is our only sensible option for now.

Copy link

sonarcloud bot commented Oct 7, 2024

@AlanCoding AlanCoding merged commit b96e64f into ansible:devel Oct 8, 2024
11 checks passed
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