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

The application uid should no be displayed in the Marketplace UI #585

Open
calind opened this issue Feb 8, 2022 · 0 comments
Open

The application uid should no be displayed in the Marketplace UI #585

calind opened this issue Feb 8, 2022 · 0 comments

Comments

@calind
Copy link

calind commented Feb 8, 2022

Given the following schema.yaml:

x-google-marketplace:
  schemaVersion: v2
properties:
  name:
    type: string
    x-google-marketplace:
      type: NAME
  namespace:
    type: string
    x-google-marketplace:
      type: NAMESPACE
  bitpoke.application.uid:
    type: string
    x-google-marketplace:
      type: APPLICATION_UID

It displays a the application uid field in the Marketplace UI:
Screenshot 2022-02-08 at 11 20 02

Is there a way to hide that field? My expectation was that the application uid is not something user-editable, but rather a value generated by the deployer.

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

No branches or pull requests

1 participant