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

Corrects application name for EC lab vendor portal metadata #354

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

crdant
Copy link
Member

@crdant crdant commented Oct 14, 2024

TL;DR

Updates metadata for Vendor Portal setup in "Delivering..." lab

Details

Provides a quick fix to a bug that was preventing the "Delivering Your
Application as a Kubernetes Appliance" lab from starting. The track setup was
failing because the vendor metadata used the name "SlackerNews" and the
function to the app slug defaults to "Slackernews".

The natural fix would have been to avoid the default, but there seems to be a
call to get_app_slug embedded elsewhere that would blank the value again. I
don't love the inconsistency, but this approach gets the lab running again.

TODO

Dig into this problenm more deeply to determine if we should either simplify
the Vendor Portal setup or track down the code that blanks the app slug.

@crdant crdant merged commit c088351 into main Oct 14, 2024
1 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant