-
Task
-
Resolution: Done
-
Major
-
2.5 GA
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
In the documentation for Service Discovery, under "10.3 Configuring without SSO", step 3 of the Procedure, wherever one reads "default" needs to be updated to "amp".
This is because starting 3scale 2.6 we will once again by default create a ServiceAccount amp on deploy. For example: https://github.com/3scale/3scale-operator/blob/3a3ebb4bee55ad46fc1b37a2611cc4e86074b1a0/pkg/3scale/amp/auto-generated-templates/productized_templates/amp/amp-s3.yml#L385
. Provide 3scale deployment `amp` service account with the relevant permissions to view projects containing discoverable services, by following one of these options: * Grant 3scale deployment `amp` service account with `view` cluster level permission. + -------------------------------- oc adm policy add-cluster-role-to-user view system:serviceaccount:<3scale-project>:amp ------------------------------- +
- relates to
-
THREESCALE-3115 Fix Service Account name in 2.6 Service Discovery documentation
- Closed