Compare commits

..

3 Commits

Author SHA1 Message Date
3wc
dd2656e9dd Add missing poetry export plugin
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-26 12:26:36 +01:00
3wc
12fc3ac359 Switch to autono-bot for gitea access
Some checks failed
continuous-integration/drone/push Build is failing
2025-07-26 12:20:58 +01:00
a4f2149223 update docs for latest keycloak
Some checks reported errors
continuous-integration/drone/push Build was killed
2023-11-21 15:47:47 +01:00
3 changed files with 7 additions and 6 deletions

View File

@ -5,9 +5,9 @@ steps:
- name: publish container
image: plugins/docker
settings:
username: 3wordchant
username: autono-bot
password:
from_secret: git_autonomic_zone_token_3wc
from_secret: git_autonomic_zone_token_autono-bot
repo: git.autonomic.zone/autonomic-cooperative/keycloak-collective-portal
auto_tag: true
registry: git.autonomic.zone

View File

@ -1,9 +1,10 @@
FROM python:3.9 as builder
FROM python:3.9 AS builder
COPY . /project
WORKDIR /project
RUN pip install poetry
RUN poetry self add poetry-plugin-export
RUN poetry export --without-hashes -o requirements.txt -f requirements.txt
RUN poetry build --format=wheel
RUN cp dist/* /tmp

View File

@ -44,9 +44,9 @@ your technology stack.
- Ensure that your `admin-cli` client under your Client settings has the following config:
- **Settings tab**:
- **Access Type**: `confidential`
- **Service Accounts Enabled**: `ON`
- **Authorization flow**: Make sure "Standard flow" is checked
- **Client authentication**: `ON`
- **Service Accounts Roles**: `ON`
- **Authentication flow**: Make sure "Standard flow" is checked
- **Valid redirect URIs**: `https://{your keycloak-collective-portal domain}/auth/keycloak`
- **Scope tab**:
- **Full scope allowed**: `OFF`