-
Notifications
You must be signed in to change notification settings - Fork 0
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 airbyte rock #12
Add airbyte rock #12
Conversation
da4d4f0
to
4a0dcb4
Compare
9d78d17
to
8205eb4
Compare
29dcfb0
to
2c5a122
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Some small suggestions/questions.
override: replace | ||
summary: "airbyte-webapp service" | ||
startup: disabled | ||
command: "/usr/bin/pnpm -C airbyte-webapp start" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: any reason this needs to be executed by the root user? And not set up permissions as outlined here: https://discourse.ubuntu.com/t/unifying-user-identity-across-snaps-and-rocks/36469
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't think of a specific reason. Once I set permissions, would I run it as /bin/pnpm
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'd run it the same way, it would just be run by the daemon user as opposed to root.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per MM conversation, this seems to have introduced a permission issue with the staged binaries. Will defer for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree with amber's comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I added a couple of minor comments.
This PR builds the Airbyte webapp from source using Rockcraft, and builds the Airbyte UI charm with it.