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

Login issue with enabling basicauth #7108

Open
arasu-devops opened this issue Jan 31, 2025 · 2 comments
Open

Login issue with enabling basicauth #7108

arasu-devops opened this issue Jan 31, 2025 · 2 comments
Labels
area/backend Needs backend code changes bug Something isn't working kind/pending-feedback Idea waiting for user feedback

Comments

@arasu-devops
Copy link

Describe the issue

issue no 1 is kestra app login issue : only works when we make false in basicauth, like openly works but when we give our credentials inside the login page, again login page is coming instead of login or showing any error.

issue no 2 is kestra cli is not working

volumes:
postgres-data:
driver: local
kestra-data:
driver: local
services:
postgres:
image: postgres
volumes:
- postgres-data:/var/lib/postgresql/data
environment:
POSTGRES_DB: kestra
POSTGRES_USER: kestra
POSTGRES_PASSWORD: k3str4
healthcheck:
test: ["CMD-SHELL", "pg_isready -d P O S T G R E S D B U {POSTGRES_USER}"]
interval: 30s
timeout: 10s
retries: 10
kestra:
image: kestra/kestra:latest
pull_policy: always
# Note that this setup with a root user is intended for development purpose.
# Our base image runs without root, but the Docker Compose implementation needs root to access the Docker socket
# To run Kestra in a rootless mode in production, see: https://kestra.io/docs/installation/podman-compose
user: "root"
command: server standalone
volumes:
- kestra-data:/app/storage
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/kestra-wd:/tmp/kestra-wd
environment:
KESTRA_CONFIGURATION: |
datasources:
postgres:
url: jdbc:postgresql://postgres:5432/kestra
driverClassName: org.postgresql.Driver
username: kestra
password: k3str4
kestra:
server:
basicAuth:
enabled: true
username: "samplemail@dataclap.co" # it must be a valid email address
password: "Admin@123"
repository:
type: postgres
storage:
type: local
local:
basePath: "/app/storage"
queue:
type: postgres
tasks:
tmpDir:
path: /tmp/kestra-wd/tmp
url: http://localhost:8080/
ports:
- "8080:8080"
- "8081:8081"
depends_on:
postgres:
condition: service_started
###for security purpose i have changed username and password to u

Environment

  • Kestra Version: develop
@arasu-devops arasu-devops added area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working labels Jan 31, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jan 31, 2025
@Ben8t
Copy link
Member

Ben8t commented Jan 31, 2025

Hello @arasu-devops - can you give us more details over the logs coming from your docker container please?
I see you are using kestra/kestra:latest - can you details your Kestra version (docker image ls) ?

@Ben8t Ben8t added the kind/pending-feedback Idea waiting for user feedback label Jan 31, 2025
@arasu-devops
Copy link
Author

arasu-devops commented Jan 31, 2025

docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
kestra/kestra latest 7006818b438e 2 days ago 2.22GB
kestra/kestra f27c4233c8b7 8 days ago 2.22GB
postgres latest 9a0ce6be5dd4 2 months ago 435MB

Image

Image

@MilosPaunovic MilosPaunovic removed the area/frontend Needs frontend code changes label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Needs backend code changes bug Something isn't working kind/pending-feedback Idea waiting for user feedback
Projects
Status: Backlog
Development

No branches or pull requests

3 participants