Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tosca-templates
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
Container Registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INFN Cloud
tosca-templates
Merge requests
!115
New IAM client management
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
New IAM client management
CLOUD-1996
into
master
Overview
1
Commits
12
Pipelines
0
Changes
6
1 unresolved thread
Hide all comments
Merged
Gioacchino Vino
requested to merge
CLOUD-1996
into
master
1 year ago
Overview
1
Commits
12
Pipelines
0
Changes
6
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 7
eedb9c9a
1 year ago
version 6
10ea2e09
1 year ago
version 5
1d385a20
1 year ago
version 4
2f8a2173
1 year ago
version 3
3093ef03
1 year ago
version 2
2a7c39e4
1 year ago
version 1
6e06f5f3
1 year ago
master (base)
and
latest version
latest version
5179628d
12 commits,
1 year ago
version 7
eedb9c9a
11 commits,
1 year ago
version 6
10ea2e09
10 commits,
1 year ago
version 5
1d385a20
9 commits,
1 year ago
version 4
2f8a2173
8 commits,
1 year ago
version 3
3093ef03
7 commits,
1 year ago
version 2
2a7c39e4
6 commits,
1 year ago
version 1
6e06f5f3
4 commits,
1 year ago
6 files
+
47
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
jupyter/private-net/jupyter_vm.yaml
+
9
−
1
Options
@@ -49,7 +49,7 @@ topology_template:
iam_url
:
type
:
string
default
:
"
https://iam.cloud.infn.it"
default
:
"
https://iam.cloud.infn.it
/
"
description
:
IAM Instance for end user authentication
iam_subject
:
@@ -118,9 +118,17 @@ topology_template:
node_templates
:
iam_client
:
type
:
tosca.nodes.indigo.iam.client
properties
:
scopes
:
openid email profile wlcg offline_access address wlcg.groups
issuer
:
{
get_input
:
iam_url
}
ml_install
:
type
:
tosca.nodes.DODAS.single-node-jupyterhub
properties
:
iam_client_id
:
{
get_property
:
[
iam_client
,
client_id
]
}
iam_token
:
{
get_property
:
[
iam_client
,
registration_access_token
]
}
contact_email
:
{
get_input
:
contact_email
}
iam_url
:
{
get_input
:
iam_url
}
iam_subject
:
{
get_input
:
iam_subject
}
Loading