Giter VIP home page Giter VIP logo

Comments (4)

salehmuhaysin avatar salehmuhaysin commented on July 17, 2024

Hello
there is a authentication via LDAP only
if you have openLDAP or Microsoft AD you can link Kuiper with it, that's why the logout on the sidebar

you need to configure the LDAP in the environment file

Kuiper/.env

Lines 32 to 46 in 9ab1e7a

# ============ LDAP authentication
LDAP_ENABLED=False
LDAP_HOST=10.10.10.10
LDAP_PORT=389
LDAP_SCHEMA=ldap
LDAP_USE_SSL=False
LDAP_BASE_DN=BIND_BASE_DN
# ldap bind username
LDAP_USERNAME=BIND_USERNAME
# ldap bind password
LDAP_PASSWORD=BIND_PASSWORD
# this query to confirm if user exists or not if correct
LDAP_USER_OBJECT_FILTER=BIND_QUERY
# section expiration from last activity (minutes)
LDAP_SESSION_EXPIRATION=60

Note, the authentication will just give you access to Kuiper, there is no user management or autherization or anything, just request LDAP for the username and password, if correct, it will allow access.

from kuiper.

archanchoudhury avatar archanchoudhury commented on July 17, 2024

Hello,
Thanks for the clarification. Suppose, if I want to add an user management using AWS Cognito pool infront of this application. Where should I put the configuration?

from kuiper.

salehmuhaysin avatar salehmuhaysin commented on July 17, 2024

i did not work with AWS Cognito before so im not sure how to configure it and not implement in Kuiper

if you want to implement it youcan write it here

def before_request():

let me know if you want ot implement it

from kuiper.

archanchoudhury avatar archanchoudhury commented on July 17, 2024

The issue is resolved. I was able to implement Authentication process with an ALB in front of kuiper EC2 and integrated the Cognito with ALB. No code addition were required.

from kuiper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.