We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, when you get a notification it is not immediately clear for which account the event was (unless you've memorized all your account Ids).
This can be solved by passing in metadata that can be used to enrich the event for ease of use.
This data can easily be fetched from the organization, but we'd prefer not to give the ClickOps application more permissions than really needs.
A proposed structure:
clickops-metadata: accounts: 123456789012: alias: "non-prod-app-a" 123456789013: alias: "prod-app-b"
Some checks:
The text was updated successfully, but these errors were encountered:
joeljwilliams
No branches or pull requests
Currently, when you get a notification it is not immediately clear for which account the event was (unless you've memorized all your account Ids).
This can be solved by passing in metadata that can be used to enrich the event for ease of use.
This data can easily be fetched from the organization, but we'd prefer not to give the ClickOps application more permissions than really needs.
A proposed structure:
Some checks:
The text was updated successfully, but these errors were encountered: