Compare commits
3 Commits
74280d6093
...
main
Author | SHA1 | Date | |
---|---|---|---|
dd2656e9dd | |||
12fc3ac359 | |||
a4f2149223 |
@ -5,9 +5,9 @@ steps:
|
|||||||
- name: publish container
|
- name: publish container
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username: 3wordchant
|
username: autono-bot
|
||||||
password:
|
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
|
repo: git.autonomic.zone/autonomic-cooperative/keycloak-collective-portal
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
registry: git.autonomic.zone
|
registry: git.autonomic.zone
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
FROM python:3.9 as builder
|
FROM python:3.9 AS builder
|
||||||
|
|
||||||
COPY . /project
|
COPY . /project
|
||||||
WORKDIR /project
|
WORKDIR /project
|
||||||
|
|
||||||
RUN pip install poetry
|
RUN pip install poetry
|
||||||
|
RUN poetry self add poetry-plugin-export
|
||||||
RUN poetry export --without-hashes -o requirements.txt -f requirements.txt
|
RUN poetry export --without-hashes -o requirements.txt -f requirements.txt
|
||||||
RUN poetry build --format=wheel
|
RUN poetry build --format=wheel
|
||||||
RUN cp dist/* /tmp
|
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:
|
- Ensure that your `admin-cli` client under your Client settings has the following config:
|
||||||
- **Settings tab**:
|
- **Settings tab**:
|
||||||
- **Access Type**: `confidential`
|
- **Client authentication**: `ON`
|
||||||
- **Service Accounts Enabled**: `ON`
|
- **Service Accounts Roles**: `ON`
|
||||||
- **Authorization flow**: Make sure "Standard flow" is checked
|
- **Authentication flow**: Make sure "Standard flow" is checked
|
||||||
- **Valid redirect URIs**: `https://{your keycloak-collective-portal domain}/auth/keycloak`
|
- **Valid redirect URIs**: `https://{your keycloak-collective-portal domain}/auth/keycloak`
|
||||||
- **Scope tab**:
|
- **Scope tab**:
|
||||||
- **Full scope allowed**: `OFF`
|
- **Full scope allowed**: `OFF`
|
||||||
|
Reference in New Issue
Block a user