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 support for the RBAC feature. #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add support for the RBAC feature. #18

wants to merge 1 commit into from

Conversation

jfrancoa
Copy link
Collaborator

This PR adds two new options RBAC (bool) and RBAC_CONFIG (string) which allow configuring RBAC in Weaviate.

It also improves the help information displayed when no option is passed or when local-k8s.sh --help is executed.

Last, it improves the busy loops that wait for services to be ready which were kind of broken before and adds an automatic way to pass authentication if required.

@weaviate-git-bot
Copy link

Great to see you again! Thanks for the contribution.

beep boop - the Weaviate bot 👋🤖

PS:
Are you already a member of the Weaviate Slack channel?

This PR adds two new options RBAC (bool) and RBAC_CONFIG
(string) which allow configuring RBAC in Weaviate.

It also improves the help information displayed when no
option is passed or when local-k8s.sh --help is executed.

Last, it improves the busy loops that wait for services to
be ready which were kind of broken before and adds an automatic
way to pass authentication if required.

And it adds a DEBUG option, useful for debugging issues when
running on a Github action, as it enables extra logs (set -x)
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