Skip to content
Snippets Groups Projects
Commit 351f95b9 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

commit M18

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #176463 skipped
Showing
with 825 additions and 0 deletions
dockerconfigjson
*_secrets
.secrets/
/tmp/
\ No newline at end of file
include:
- component: git.code.tecnalia.dev/smartdatalab/public/ci-cd-components/kubernetes/gitlab-ci-k8s@master
inputs:
kustomize-enabled: true # latter we will use it
score-disabled: true
# scripts-dir: '.' # default '.' (current directory)
integ-space: "emerald-dev"
k8s-score-job-tags: ["docker"]
k8s-review-job-tags: ["docker"]
k8s-cleanup-review-job-tags: ["docker"]
k8s-integ-job-tags: ["docker"]
k8s-staging-job-tags: ["docker"]
k8s-prod-job-tags: ["docker"]
integ-url: https://k8so.emerald.digital.tecnalia.dev/k8s/clusters/local
# semantic-release template
- component: "git.code.tecnalia.dev/smartdatalab/public/ci-cd-components/semantic-release/gitlab-ci-semrel@3.9.0"
inputs:
auto-release-enabled: true
release-disabled: false
semantic-release-job-tags: ["docker"]
branches-ref: "/^(master|main)$/"
# based on https://gitlab.com/to-be-continuous/samples/golang-docker-on-aws/-/blob/master/.gitlab-ci.yml
# using component include
variables:
KUBE_CONTEXT: emerald/private/devops/gitlab-agent-k8so:emerald-dev # comment when gitlab agent for k8s stops working, and define KUBECONFIG in project variable with values taken from rancher
# KUBE_CONTEXT: local # uncomment when gitlab agent for k8s stops working
GIT_STRATEGY: clone
# From kubernetes ci-cd-component
# default production ref name (pattern)
# PROD_REF: /^(master|main)$/
# default integration ref name (pattern)
# INTEG_REF: /^develop$/
INTEG_REF: /^(master|main)$/
plugins:
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
- '@semantic-release/gitlab'
# generates the CHANGELOG.md
- '@semantic-release/changelog'
# emulates bumpversion (replaces version in pyproject.toml)
- - semantic-release-replace-plugin
- replacements:
- files:
- README.md
from: '^Version: *\d+\.\d+\.\d+'
to: 'Version: ${nextRelease.version}'
countMatches: true
# git commit/push modified files (CHANGELOG.md & pyproject.toml)
- - '@semantic-release/git'
- assets:
- '*.md'
# the commit MUST trigger a pipeline on tag (to perform publish jobs)
# can be skipped on prod branch
message: 'chore(semantic-release): release ${nextRelease.version} - [ci skip on prod]'
branches:
- main
- master
tagFormat: '${version}'
## [1.0.6](https://git.code.tecnalia.dev/emerald/private/devops/caas-framework/compare/1.0.5...1.0.6) (2025-04-01)
### Bug Fixes
* adds orchestrator ([ea73d78](https://git.code.tecnalia.dev/emerald/private/devops/caas-framework/commit/ea73d78748543689210f7835b374ffa59f933a0d))
## [1.0.5](https://git.code.tecnalia.dev/emerald/private/devops/caas-framework/compare/1.0.4...1.0.5) (2025-03-12)
### Bug Fixes
* com to dev ([14deaf3](https://git.code.tecnalia.dev/emerald/private/devops/caas-framework/commit/14deaf3270a34c38815f995488a406fbe812e0c6))
## [1.0.4](https://git.code.tecnalia.dev/emerald/private/devops/caas-framework/compare/1.0.3...1.0.4) (2025-03-04)
### Bug Fixes
* fixes keycloak ([7ccdef4](https://git.code.tecnalia.dev/emerald/private/devops/caas-framework/commit/7ccdef4de103c4cc20d93643dc2cff9bf528e061))
## [1.0.3](https://git.code.tecnalia.com/emerald/private/devops/caas-framework/compare/1.0.2...1.0.3) (2024-11-18)
### Bug Fixes
* adds rcm-converter ([e82ca30](https://git.code.tecnalia.com/emerald/private/devops/caas-framework/commit/e82ca303923a89c4da3a5e5b4c269fa0c3780421))
## [1.0.2](https://git.code.tecnalia.com/emerald/private/devops/caas-framework/compare/1.0.1...1.0.2) (2024-10-19)
### Bug Fixes
* adds amoe ([738da98](https://git.code.tecnalia.com/emerald/private/devops/caas-framework/commit/738da981173f51364342e83cad4a37b6bf45da24))
## [1.0.1](https://git.code.tecnalia.com/emerald/private/devops/caas-framework/compare/1.0.0...1.0.1) (2024-10-17)
### Bug Fixes
* adds first version tws ([8bcd833](https://git.code.tecnalia.com/emerald/private/devops/caas-framework/commit/8bcd833e45b9e2d733aa9b611b75a0b62015a29c))
# 1.0.0 (2024-10-17)
### Features
* Initial release with rcm ([c428e06](https://git.code.tecnalia.com/emerald/private/devops/caas-framework/commit/c428e0644f2b2e24ba7d667c48c6a9b7f05095e1))
LICENSE 0 → 100644
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
# Emerald Caas Framework
This repository contains kubernetes manifest files for Caas Framework in emerald project.
## Table of contents
- [Gitlab Agents in the k8so cluster](#gitlab-agents-in-the-k8so-cluster)
- [Table of contents](#table-of-contents)
- [Description](#description)
- [Usage](#usage)
- [Support](#support)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Authors and acknowledgment](#authors-and-acknowledgment)
- [License](#license)
- [Project status](#project-status)
## Description
This repository contains kubernetes manifest files for Caas Framework in emerald project.
Version: 1.0.6
## Usage
The repository is intended to be used as the Caas Framework deployment mechanism into the k8s cluster. But it can be used to create the kubernetes manifests for the framework and test them manually. This is explained in the [Emerald Caas Framework contribution guide](../../../../../../../emerald/public/contribute).
## CI/CD workflow
The usage of the repo will follow the [Kubernetes documentation](https://docs.gitlab.com/ee/user/clusters/agent/ci_cd_workflow.html) as explained for example in the [CI/CD kubernetes component](../../../../../../../smartdatalab/public/ci-cd-components/kubernetes#supported-authentication-methods).
<p align="center">Using GitLab agents with the CI/CD workflow: when enabled, the template automatically retrieves and uses your Kubernetes cluster configuration (KUBECONFIG env), ⚠ don't forget to set the KUBE_CONTEXT variable (to path/to/agent/project:agent-name) as stated in the documentation.</p>
## Support
If you require support for improving the template add an [issue](../../../-/issues) to the template and contact the [Owners/Maintainers](../-/project_members?sort=access_level_desc) of the repo.
Note: remember to change this section to match the support options for your project.
## Roadmap
No future plans for this project appart from improving the template based on feedback.
## Contributing
In order to contribute to the project, you can [fork](../../../-/forks/new) the repository and create a merge request. The merge request will be reviewed by the project maintainers and if it is accepted it will be merged into the main branch.
## Authors and acknowledgment
This project was developed by [Tecnalia](https://www.tecnalia.com/).
Thanks to:
- [makeareadme.com](https://www.makeareadme.com/#suggestions-for-a-good-readme) for this template.
- [Emerald Project](https://www.emerald-he.eu/) for resources and inspiration.
- [To be Continous](https://to-be-continuous.gitlab.io/doc/) for the CI/CD components.
- [Gitlab CI/CD](https://docs.gitlab.com/ee/ci/) for the CI/CD documentation.
## License
Read the [license file](../../../LICENSE) for more information.
## Project status
The project is in a stable state and is not actively being developed.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: emerald-dev
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: emerald-prod
components:
- ./../components/artifactory-secrets
- ./../components/keycloak-secrets
- ./../components/tws
- ./../components/rcm/keycloak/data
- ./../components/rcm/keycloak/loader
- ./../components/rcm
- ./../components/amoe/keycloak/data
- ./../components/amoe/keycloak/loader
- ./../components/amoe
- ./../components/orchestrator/keycloak/data
- ./../components/orchestrator/keycloak/loader
- ./../components/orchestrator
- ./../components/assessment/keycloak/data
- ./../components/assessment/keycloak/loader
- ./../components/assessment
- ./../components/emerald-ui/keycloak/data
- ./../components/emerald-ui/keycloak/loader
- ./../components/emerald-ui
- ./../components/clouditor-discovery/keycloak/data
- ./../components/clouditor-discovery/keycloak/loader
- ./../components/clouditor-discovery
- ./../components/evaluation/keycloak/data
- ./../components/evaluation/keycloak/loader
- ./../components/evaluation
- ./../components/evidence-store/keycloak/data
- ./../components/evidence-store/keycloak/loader
- ./../components/evidence-store
- ./../components/mari/keycloak/data
- ./../components/mari/keycloak/loader
- ./../components/mari
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: amoe-mongodb
namespace: emerald-dev
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
\ No newline at end of file
apiVersion: v1
kind: Service
metadata:
name: amoe-mongodb
namespace: emerald-dev
spec:
ports:
- port: 27017
selector:
app: amoe-mongodb
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: amoe-mongodb
labels:
app: amoe-mongodb
spec:
serviceName: amoe-mongodb
selector:
matchLabels:
app: amoe-mongodb
template:
metadata:
labels:
app: amoe-mongodb
spec:
volumes:
- name: amoe-mongodb-persistent-storage
persistentVolumeClaim:
claimName: amoe-mongodb
containers:
- image: mongo:7.0.6-jammy
name: sst-amoe-mongodb
env:
- name: MONGO_INITDB_ROOT_USERNAME
valueFrom:
secretKeyRef:
name: amoe-mongodb
key: DATABASE_USER
- name: MONGO_INITDB_ROOT_PASSWORD
valueFrom:
secretKeyRef:
name: amoe-mongodb
key: DATABASE_PASSWORD
volumeMounts:
- name: amoe-mongodb-persistent-storage
mountPath: /data/db/
livenessProbe:
tcpSocket:
port: 27017
initialDelaySeconds: 5
periodSeconds: 10
readinessProbe:
tcpSocket:
port: 27017
initialDelaySeconds: 5
periodSeconds: 10
apiVersion: v1
kind: Service
metadata:
name: amoe-redis
namespace: emerald-dev
spec:
ports:
- port: 6379
selector:
app: amoe-redis
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: amoe-redis
labels:
app: amoe-redis
spec:
serviceName: amoe-redis
selector:
matchLabels:
app: amoe-redis
template:
metadata:
labels:
app: amoe-redis
spec:
containers:
- image: redis:alpine
name: amoe-redis
args: ["--requirepass", "$(REDIS_PASS)"]
ports:
- containerPort: 6379
name: redis
env:
- name: REDIS_PASS
valueFrom:
secretKeyRef:
name: amoe-redis
key: REDIS_PASSWORD
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: amoe
namespace: emerald-dev
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
apiVersion: v1
kind: Service
metadata:
name: amoe
namespace: emerald-dev
spec:
selector:
app: amoe
ports:
- name: http
protocol: TCP
port: 8000
targetPort: 8000
type: ClusterIP
apiVersion: apps/v1
kind: Deployment
metadata:
name: amoe
labels:
app: amoe
spec:
selector:
matchLabels:
app: amoe
strategy:
type: RollingUpdate
template:
metadata:
labels:
app: amoe
spec:
volumes:
- name: amoe-persistent-storage
persistentVolumeClaim:
claimName: amoe
containers:
- image: emerald-docker-dev-local.artifact.tecnalia.dev/amoe:main
name: amoe
imagePullPolicy: Always
env:
- name: MONGODB_URL
valueFrom:
secretKeyRef:
name: amoe-mongodb
key: DATABASE_URL
- name: MONGODB_USER
valueFrom:
secretKeyRef:
name: amoe-mongodb
key: DATABASE_USER
- name: MONGODB_PASSWORD
valueFrom:
secretKeyRef:
name: amoe-mongodb
key: DATABASE_PASSWORD
- name: MONGODB_PORT
value: "27017"
- name: REDIS_SERVICE
valueFrom:
secretKeyRef:
name: amoe-redis
key: REDIS_SERVICE
- name: REDIS_PASS
valueFrom:
secretKeyRef:
name: amoe-redis
key: REDIS_PASSWORD
- name: REDIS_PORT
value: "6379"
- name: PRJ_ENV
value: "dev"
- name: KEYCLOAK_URL
valueFrom:
secretKeyRef:
name: amoe
key: KEYCLOAK_URL
- name: KEYCLOAK_REALM
valueFrom:
secretKeyRef:
name: amoe
key: KEYCLOAK_REALM
- name: KEYCLOAK_CLIENT_ID
valueFrom:
secretKeyRef:
name: amoe
key: KEYCLOAK_CLIENT_ID
- name: KEYCLOAK_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: amoe
key: KEYCLOAK_CLIENT_SECRET
- name: KEYCLOAK_USER
valueFrom:
secretKeyRef:
name: amoe
key: KEYCLOAK_USER
- name: KEYCLOAK_PASSWORD
valueFrom:
secretKeyRef:
name: amoe
key: KEYCLOAK_PASSWORD
- name: CATALOGUE_API_URL
valueFrom:
secretKeyRef:
name: amoe
key: CATALOGUE_API_URL
- name: ORCHESTRATOR_API_URL
valueFrom:
secretKeyRef:
name: amoe
key: ORCHESTRATOR_API_URL
- name: ALLOWED_ORIGINS
valueFrom:
secretKeyRef:
name: amoe
key: ALLOWED_ORIGINS
resources:
requests:
cpu: 400m
memory: 128Mi
limits:
cpu: 1000m
memory: 2Gi
volumeMounts:
- name: amoe-persistent-storage
mountPath: /usr/src/app/data/
readinessProbe:
httpGet:
path: /healthz/ready
port: 8000
periodSeconds: 10
livenessProbe:
httpGet:
path: /healthz/live
port: 8000
initialDelaySeconds: 500
periodSeconds: 5
ports:
- containerPort: 8000
name: amoe
imagePullSecrets:
- name: emerald-docker-dev-local.artifact.tecnalia.dev
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: amoe
namespace: emerald-dev
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
rules:
- host: amoe.dev.emerald.digital.tecnalia.dev
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: amoe
port:
name: http
ingressClassName: nginx
tls:
- hosts:
- amoe.dev.emerald.digital.tecnalia.dev
secretName: amoe-dev-emerald-digital-tecnalia-dev-tls
{
"realm": "emerald-dev",
"roles": {
"realm": [
{
"name" : "AMOE_ADMIN",
"description" : "",
"composite" : false,
"clientRole" : false,
"attributes" : { }
},
{
"name" : "AMOE_READ",
"description" : "",
"composite" : false,
"clientRole" : false,
"attributes" : { }
},
{
"name" : "AMOE_EDIT",
"description" : "",
"composite" : false,
"clientRole" : false,
"attributes" : { }
},
{
"name" : "AMOE_UPLOAD_DELETE",
"description" : "",
"composite" : false,
"clientRole" : false,
"attributes" : { }
}
]
}
}
{
"realm": "emerald-dev",
"clientScopes": [
{
"name": "openid",
"description": "",
"protocol": "openid-connect",
"attributes": {
"include.in.token.scope": "true",
"display.on.consent.screen": "true",
"gui.order": "",
"consent.screen.text": ""
},
"protocolMappers": [
{
"name": "cloudserviceid_attribute_mapper",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
"config": {
"aggregate.attrs": "true",
"introspection.token.claim": "true",
"multivalued": "true",
"userinfo.token.claim": "true",
"user.attribute": "cloudserviceid",
"id.token.claim": "true",
"lightweight.claim": "false",
"access.token.claim": "true",
"claim.name": "cloudserviceid",
"jsonType.label": "String"
}
}
]
}
]
}
\ No newline at end of file
{
"realm": "emerald-dev",
"clients": [
{
"clientId": "amoe-client",
"name": "",
"description": "",
"rootUrl": "",
"adminUrl": "",
"baseUrl": "",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"secret": "${AMOE_KEYCLOAK_CLIENT_SECRET}",
"redirectUris": [
"*"
],
"webOrigins": [
"*"
],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": false,
"frontchannelLogout": true,
"protocol": "openid-connect",
"attributes": {
"oidc.ciba.grant.enabled": "false",
"client.secret.creation.time": "1729060451",
"backchannel.logout.session.required": "true",
"display.on.consent.screen": "false",
"oauth2.device.authorization.grant.enabled": "true",
"backchannel.logout.revoke.offline.tokens": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"acr",
"roles",
"profile",
"basic",
"email",
"openid"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
]
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment