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

Backend support for custom logos #6327

Merged
merged 7 commits into from
Dec 27, 2024
Merged

Conversation

begelundmuller
Copy link
Contributor

@begelundmuller begelundmuller commented Dec 23, 2024

  • You can upload a custom logo using rill org upload-logo.
  • A URL for the custom logo is returned in organization.logo_url in the GetOrganization RPC (empty if not configured).
  • The custom logo's URL will always have the same host as the admin service (so we should already be good for CSP).
  • For implementing UI uploads, see cli/cmd/org/upload_logo.go for an example of the network calls to make.

Contributes to https://github.com/rilldata/rill-private-issues/issues/962.

@begelundmuller begelundmuller self-assigned this Dec 23, 2024
@begelundmuller begelundmuller merged commit 33dc7d6 into main Dec 27, 2024
10 checks passed
@begelundmuller begelundmuller deleted the begelundmuller/custom-logo branch December 27, 2024 14:47
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