File tree Expand file tree Collapse file tree 7 files changed +11
-10
lines changed
tf_modules/accounts_users Expand file tree Collapse file tree 7 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
module "codefresh_access_control" {
2
- source = " ../../tf_modules/access_control "
2
+ source = " ../../tf_modules/accounts_users "
3
3
api_url = var. api_url
4
4
default_idps = var. default_idps
5
5
accounts = var. accounts
Original file line number Diff line number Diff line change 1
- api_url = " https://onprem-tst-1.cf-cd.com/api"
1
+ api_url = " https://my-codefresh.example.com/api"
2
+ token = " cfAdmin-token"
2
3
3
4
default_idps = {
4
5
local = {
5
6
display_name = " local"
6
7
sso = false
7
8
}
8
9
azure_sso = {
9
- display_name = " codefresh- azure-sso-1"
10
+ display_name = " azure-sso-1"
10
11
sso = true
11
12
}
12
13
}
@@ -23,17 +24,17 @@ accounts = {
23
24
24
25
users = {
25
26
user1 = {
26
- email = " kosta@codefresh.io "
27
+ email = " user1@example.com "
27
28
personal = {
28
- first_name = " Kosta "
29
- last_name = " A "
29
+ first_name = " John "
30
+ last_name = " Smith "
30
31
}
31
32
accounts = [" acc1" , " acc2" ]
32
33
admin_of_accounts = [" acc1" ]
33
34
global_admin = true
34
35
}
35
36
user2 = {
36
- email = " live.com#kosta777 @gmail.com"
37
+ email = " live.com#user2 @gmail.com"
37
38
personal = {
38
39
first_name = " Q"
39
40
last_name = " D"
@@ -43,10 +44,10 @@ users = {
43
44
global_admin = false
44
45
}
45
46
user3 = {
46
- email = " kosta@sysadmiral.io "
47
+ email = " user3@example.com "
47
48
personal = {
48
- first_name = " Kosta "
49
- last_name = " sysadmiral-io "
49
+ first_name = " Sam "
50
+ last_name = " Johnson "
50
51
}
51
52
accounts = [" acc1" , " acc2" ]
52
53
admin_of_accounts = [" acc1" , " acc2" ]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments