Compare commits
3 Commits
74280d6093
...
main
Author | SHA1 | Date | |
---|---|---|---|
dd2656e9dd | |||
12fc3ac359 | |||
a4f2149223 |
@ -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
|
||||
|
@ -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
|
||||
|
@ -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`
|
||||
|
Reference in New Issue
Block a user