Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vorgang-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
vorgang-manager
Commits
8cae443d
Commit
8cae443d
authored
1 month ago
by
Lukas Malte Monnerjahn
Browse files
Options
Downloads
Patches
Plain Diff
OZG-4880 use secret for osiv2_auth
parent
53d788bb
No related branches found
No related tags found
1 merge request
!24
OZG-4880 Helm Env Values für OSI-Postfach 2.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/helm/templates/deployment.yaml
+8
-8
8 additions, 8 deletions
src/main/helm/templates/deployment.yaml
src/main/helm/templates/osiv2_auth_secret.yaml
+37
-0
37 additions, 0 deletions
src/main/helm/templates/osiv2_auth_secret.yaml
with
45 additions
and
8 deletions
src/main/helm/templates/deployment.yaml
+
8
−
8
View file @
8cae443d
...
...
@@ -101,9 +101,15 @@ spec:
value
:
{{
(.Values.ozgcloud.osiv2).enabled
}}
{{
- if (.Values.ozgcloud.osiv2).enabled
}}
-
name
:
ozgcloud_osiv2_auth_client-id
value
:
{{
.Values.ozgcloud.osiv2.auth.clientid
}}
valueFrom
:
secretKeyRef
:
name
:
osiv2-auth
key
:
client-id
-
name
:
ozgcloud_osiv2_auth_client-secret
value
:
{{
.Values.ozgcloud.osiv2.auth.clientsecret
}}
valueFrom
:
secretKeyRef
:
name
:
osiv2-auth
key
:
client-secret
-
name
:
ozgcloud_osiv2_auth_scope
value
:
{{
.Values.ozgcloud.osiv2.auth.scope
}}
-
name
:
ozgcloud_osiv2_auth_token-uri
...
...
@@ -123,12 +129,6 @@ spec:
value
:
{{
.Values.ozgcloud.osiv2.httpproxy.host
}}
-
name
:
ozgcloud_osiv2_http-proxy_port
value
:
{{
.Values.ozgcloud.osiv2.httpproxy.port
}}
{{
- if (and (.Values.ozgcloud.osiv2.httpproxy).username (.Values.ozgcloud.osiv2.httpproxy).password)
}}
-
name
:
ozgcloud_osiv2_http-proxy_username
value
:
{{
.Values.ozgcloud.osiv2.httpproxy.username
}}
-
name
:
ozgcloud_osiv2_http-proxy_password
value
:
{{
.Values.ozgcloud.osiv2.httpproxy.password
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
{{
- if (.Values.rabbitmq).enabled
}}
...
...
This diff is collapsed.
Click to expand it.
src/main/helm/templates/osiv2_auth_secret.yaml
0 → 100644
+
37
−
0
View file @
8cae443d
#
# Copyright (C) 2025 Das Land Schleswig-Holstein vertreten durch den
# Ministerpräsidenten des Landes Schleswig-Holstein
# Staatskanzlei
# Abteilung Digitalisierung und zentrales IT-Management der Landesregierung
#
# Lizenziert unter der EUPL, Version 1.2 oder - sobald
# diese von der Europäischen Kommission genehmigt wurden -
# Folgeversionen der EUPL ("Lizenz");
# Sie dürfen dieses Werk ausschließlich gemäß
# dieser Lizenz nutzen.
# Eine Kopie der Lizenz finden Sie hier:
#
# https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
#
# Sofern nicht durch anwendbare Rechtsvorschriften
# gefordert oder in schriftlicher Form vereinbart, wird
# die unter der Lizenz verbreitete Software "so wie sie
# ist", OHNE JEGLICHE GEWÄHRLEISTUNG ODER BEDINGUNGEN -
# ausdrücklich oder stillschweigend - verbreitet.
# Die sprachspezifischen Genehmigungen und Beschränkungen
# unter der Lizenz sind dem Lizenztext zu entnehmen.
#
{{
- if (.Values.ozgcloud.osiv2).auth
}}
apiVersion
:
v1
kind
:
Secret
metadata
:
name
:
osiv2-auth
namespace
:
{{
include "app.namespace" .
}}
type
:
Opaque
stringData
:
client-id
:
{{
.Values.ozgcloud.osiv2.auth.client_id
}}
client-secret
:
{{
.Values.ozgcloud.osiv2.auth.client_secret
}}
data
:
ozgcloud_osi_postfach_proxyapi_key
:
{{
(.Values.ozgcloudProxyApi).apikey | b64enc
}}
{{
- end
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment