Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
operator
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
devops
operator
Commits
445da509
Commit
445da509
authored
1 year ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-3961 - keycloak rbac manually
parent
b4fcc0f6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/ServiceAccount/serviceaccount_keycloak_secrets_read.yaml
+0
-0
0 additions, 0 deletions
doc/ServiceAccount/serviceaccount_keycloak_secrets_read.yaml
src/test/helm/serviceaccount_keycloak_secrets_read_test.yaml
+0
-83
0 additions, 83 deletions
src/test/helm/serviceaccount_keycloak_secrets_read_test.yaml
with
0 additions
and
83 deletions
src/main/helm/templates
/serviceaccount_keycloak_secrets_read.yaml
→
doc/ServiceAccount
/serviceaccount_keycloak_secrets_read.yaml
+
0
−
0
View file @
445da509
File moved
This diff is collapsed.
Click to expand it.
src/test/helm/serviceaccount_keycloak_secrets_read_test.yaml
deleted
100644 → 0
+
0
−
83
View file @
b4fcc0f6
#
# Copyright (C) 2022 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.
#
suite
:
serviceaccount keycloak secret read
release
:
name
:
ozg-test
namespace
:
by-helm-test
templates
:
-
templates/serviceaccount_keycloak_secrets_read.yaml
tests
:
-
it
:
role binding
asserts
:
-
isKind
:
of
:
RoleBinding
documentIndex
:
0
-
isAPIVersion
:
of
:
rbac.authorization.k8s.io/v1
documentIndex
:
0
-
equal
:
path
:
metadata
value
:
name
:
ozg-operator-keycloak-secrets-viewer-role-binding
namespace
:
keycloak
documentIndex
:
0
-
equal
:
path
:
subjects
value
:
-
kind
:
ServiceAccount
name
:
ozg-operator-serviceaccount
namespace
:
by-helm-test
documentIndex
:
0
-
equal
:
path
:
roleRef
value
:
kind
:
Role
name
:
ozg-operator-keycloak-secrets-viewer-role
apiGroup
:
rbac.authorization.k8s.io
documentIndex
:
0
-
it
:
role
asserts
:
-
isKind
:
of
:
Role
documentIndex
:
1
-
isAPIVersion
:
of
:
rbac.authorization.k8s.io/v1
documentIndex
:
1
-
equal
:
path
:
metadata
value
:
name
:
ozg-operator-keycloak-secrets-viewer-role
namespace
:
keycloak
documentIndex
:
1
-
equal
:
path
:
rules
value
:
-
apiGroups
:
-
"
*"
resources
:
-
secrets
verbs
:
-
get
documentIndex
:
1
\ 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