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

Separate crawler queue connection from harvest #633

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

ljones140
Copy link
Contributor

This change is intended to give the ability to have a separate azblob connection to harvest blobs and crawler queues.

Organizations that run the crawler independently need to submit harvest results to CD Azure harvest but use their own Azure queues for crawler work queues.

By adding a boolean isSpnAuth to the storageQueue config it allows us to have crawler queues using a Azure SPN while having harvest blobs using a connection string. Without this it would have fallen back to the az_blob.connection which is the harvest results blob.

So we have the ability to have an harvest connection with connections string and queues with azure SPN
Copy link
Contributor

@RomanIakovlev RomanIakovlev left a comment

Choose a reason for hiding this comment

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

Thanks! Looks good to me.

@RomanIakovlev RomanIakovlev merged commit 51c4b3e into roman/azure_sdk Feb 11, 2025
3 checks passed
@RomanIakovlev RomanIakovlev deleted the seperate-crawler-queue-from-harvest branch February 11, 2025 12:27
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