Skip to content

BUG1413418: Enable pybsn to connect to port 443 with the /sys/api prefix#411

Open
Kinjal-Arista wants to merge 6 commits intobigswitch:mainfrom
Kinjal-Arista:BUG1413418
Open

BUG1413418: Enable pybsn to connect to port 443 with the /sys/api prefix#411
Kinjal-Arista wants to merge 6 commits intobigswitch:mainfrom
Kinjal-Arista:BUG1413418

Conversation

@Kinjal-Arista
Copy link

Enables pybsn to automatically discover and connect to BigDB services
that have been migrated to port 443 with the /sys/api prefix

Fixes: BUG1413418

Enables pybsn to automatically discover and connect to BigDB services
that have been migrated to port 443 with the /sys/api prefix
@Kinjal-Arista Kinjal-Arista marked this pull request as ready for review March 5, 2026 13:17
Comment on lines +558 to +559
("https", 8443, ""),
("http", 8080, ""),

Choose a reason for hiding this comment

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

do we want to also try with the /sys prefix on these ports?

Copy link
Author

Choose a reason for hiding this comment

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

I thought if we are running pybsn and the connection via port 443 and the /sys prefix fails, that would indicate we are running it in a older floodlight version where it is not supported. So, any of the other ports with the sys prefix also wouldn't work. So, I didn't add it to the other ports

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