Skip to content

Commit

Permalink
doc refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
kosta709 committed Jul 27, 2020
1 parent db2d397 commit c6bc1cc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "codefresh_access_control" {
source = "../../tf_modules/access_control"
source = "../../tf_modules/accounts_users"
api_url = var.api_url
default_idps = var.default_idps
accounts = var.accounts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
api_url = "https://onprem-tst-1.cf-cd.com/api"
api_url = "https://my-codefresh.example.com/api"
token = "cfAdmin-token"

default_idps = {
local = {
display_name = "local"
sso = false
}
azure_sso = {
display_name = "codefresh-azure-sso-1"
display_name = "azure-sso-1"
sso = true
}
}
Expand All @@ -23,17 +24,17 @@ accounts = {

users = {
user1 = {
email = "kosta@codefresh.io"
email = "user1@example.com"
personal = {
first_name = "Kosta"
last_name = "A"
first_name = "John"
last_name = "Smith"
}
accounts = ["acc1", "acc2"]
admin_of_accounts = ["acc1"]
global_admin = true
}
user2 = {
email = "live.com#kosta777@gmail.com"
email = "live.com#user2@gmail.com"
personal = {
first_name = "Q"
last_name = "D"
Expand All @@ -43,10 +44,10 @@ users = {
global_admin = false
}
user3 = {
email = "kosta@sysadmiral.io"
email = "user3@example.com"
personal = {
first_name = "Kosta"
last_name = "sysadmiral-io"
first_name = "Sam"
last_name = "Johnson"
}
accounts = ["acc1", "acc2"]
admin_of_accounts = ["acc1", "acc2"]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c6bc1cc

Please sign in to comment.