-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to resolve github issue #6 filed by Greg.
- Loading branch information
1 parent
426ec62
commit b661e97
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ based at least on similar security requirements so that an access control policy | |
connector level. Further sub-grouping can always be done based on things like bandwidth and/or latency | ||
requirements. | ||
|
||
Every AppGroup is expected to have an id in email id format in the tenant's domain, eg., [email protected] | ||
Every AppGroup is expected to have an email id format in the tenant's domain, eg., [email protected] | ||
for the tenant awesomecustomer.com. Note that this id does not have to be a valid email id. | ||
As additional information about the AppGroup, a descriptive name also needs to be provided. There may be | ||
additional informational fields provided in future for urgent contact information of the admin, etc. | ||
|
@@ -136,8 +136,8 @@ AppGroup Configuration | |
:-------------------------: | ||
![](/configurations/appgroups/appgroup_add.jpg) | ||
|
||
* AppGroup ID: This is just an email id that will uniquely identify and authenticate an appgroup, | ||
note that this does NOT have to be a valid email, it just needs to be in an email id format as | ||
* AppGroup ID: This is just in an email id format that will uniquely identify and authenticate an appgroup. | ||
Note that it does NOT have to be a valid email id, it just needs to be in an email id format as | ||
of today. | ||
|
||
* AppGroup Name: Name is just any descriptive string | ||
|