Skip to content

Separate crawler queue connection from harvest#633

Merged
RomanIakovlev merged 1 commit intoroman/azure_sdkfrom
seperate-crawler-queue-from-harvest
Feb 11, 2025
Merged

Separate crawler queue connection from harvest#633
RomanIakovlev merged 1 commit intoroman/azure_sdkfrom
seperate-crawler-queue-from-harvest

Conversation

@ljones140
Copy link
Copy Markdown
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
Copy Markdown
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
@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