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

Commits on Nov 15, 2024

  1. Add support for the RBAC feature and --debug.

    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)
    jfrancoa committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d1fabe3 View commit details
    Browse the repository at this point in the history