Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k8s-argocd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
k8s-let
k8s-argocd
Commits
323448b6
Commit
323448b6
authored
Nov 17, 2020
by
Bengt Giger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
User 'training' added to ArgoCD
parent
da16c30d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
6 deletions
+20
-6
tst/argocd-cm.yml
tst/argocd-cm.yml
+14
-0
tst/argocd-rbac-cm.yml
tst/argocd-rbac-cm.yml
+6
-6
No files found.
tst/argocd-cm.yml
0 → 100644
View file @
323448b6
---
apiVersion
:
v1
kind
:
ConfigMap
metadata
:
name
:
argocd-cm
namespace
:
argocd
labels
:
app.kubernetes.io/name
:
argocd-cm
app.kubernetes.io/part-of
:
argocd
data
:
accounts.training
:
apiKey, login
accounts.training.enabled
:
true
accounts.viewer
:
login
accounts.viewer.enabled
:
true
tst/argocd-rbac-cm.yml
View file @
323448b6
apiVersion
:
v1
data
:
policy.default
:
role:readonly
policy.csv
:
|
p, role:admin, applications, create, */*, allow
p, role:admin, applications, update, */*, allow
...
...
@@ -19,13 +20,12 @@ data:
p, role:admin, projects, create, *, allow
p, role:admin, projects, update, *, allow
p, role:admin, projects, delete, *, allow
p,
role:devqa, applications, update, apps
/*, allow
p,
role:devqa, applications, sync, apps
/*, allow
p,
role:devqa, applications, override, apps
/*, allow
p,
role:devqa, applications, action/*, apps
/*, allow
p,
role:devqa, applications, get, apps/
*, allow
p,
user:training, applications, update, training
/*, allow
p,
user:training, applications, sync, training
/*, allow
p,
user:training, applications, action/*, training
/*, allow
p,
user:training, applications, get, training
/*, allow
p,
user:training, projects, get,
*, allow
g, devqa, role:devqa
g, kubernetes, role:admin
kind
:
ConfigMap
metadata
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment