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

Add link to service-index URL #14984

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Conversation

AlanCoding
Copy link
Member

SUMMARY

A goal of the AWX API is to be navigable, so in ansible/django-ansible-base#188 DAB added a "splash" page for the resource registry URLs.

This links the AWX root navigation to that. I selfishly want this because we have crawler tests that keep finding issues with new URLs, and I believe it is missing issues with the resource registry URLs because it is unexpectedly not navigable by links. These problems are shared by the new RBAC endpoints.

Connect #14951

Tested manually that it works. We have to use a special thing for doing the reverse.

Also, I hate the name of this, because it doesn't help understand what it does. @newswangerd if you have any other suggestions for the dictionary key (as opposed to "service_index"), we could change that.

ISSUE TYPE
  • New or Enhanced Feature
COMPONENT NAME
  • API

@newswangerd
Copy link
Member

I've struggled with the name too. The API basically indexes the content of the service, which is why I landed on service-index.

I would almost be tempted to just keep these apis internal for the gateway and to not list them anywhere.

@dmzoneill dmzoneill merged commit 4b6f7e0 into ansible:devel Mar 29, 2024
21 of 22 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.

4 participants