@@ -50,18 +50,18 @@ ALL {resource.type = 'fnfunc', resource.compartment.id = 'ocid1.compartment.oc1.
50
50
51
51
52
52
## Create or Update IAM Policies
53
- Create a new policy that allows the dynamic group to inspect ` object-family ` in
53
+ Create a new policy that allows the dynamic group to ` inspect objects ` in
54
54
the functions related compartment.
55
55
56
56
![ user input icon] ( ../images/userinput.png )
57
57
58
58
Your policy should look something like this:
59
59
```
60
- Allow dynamic-group <dynamic-group-name> to inspect object-family in compartment <your-compartment-name>
60
+ Allow dynamic-group <dynamic-group-name> to inspect objects in compartment <your-compartment-name>
61
61
```
62
62
e.g.
63
63
```
64
- Allow dynamic-group demo-func-dyn-group to inspect object-family in compartment demo-func-compartment
64
+ Allow dynamic-group demo-func-dyn-group to inspect objects in compartment demo-func-compartment
65
65
```
66
66
For more information on how to create policies, go [ here] ( https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policysyntax.htm ) .
67
67
@@ -104,7 +104,7 @@ fn config app <app-name> NAMESPACE <object-storage-namespace>
104
104
```
105
105
e.g.
106
106
```
107
- fn config app myapp NAMESPACE mytenancy
107
+ fn config app myapp NAMESPACE myobjnamespace
108
108
```
109
109
110
110
Note that the config value can also be set at the function level.
0 commit comments