Onboarding OpenShift ROSA
- Print
- PDF
Onboarding OpenShift ROSA
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
This article describes the steps involved in onboarding an OpenShift ROSA to Britive.
Britive configuration
- Login to Britive with administrator privileges.
- Click Admin -> Application and Access Profile Management.
- From the Tenant Applications page, click on CREATE APPLICATION.
- On the Add Application page, click the Add (+) sign inline to the OpenShift application.
- In the Application tab, enter the following values:
- Enter the Name for the application instance.
- Enter the Description, if required.
- Click NEXT. The Settings tab is displayed.
Profile Settings: Configure the maximum session duration for profiles. You can select the duration between 15 minutes to 7 calendar days. This allows to setup expiration duration for each profile while creating/updating the profile up to this configured value. If existing profiles are created with more than 12 hours and the above setting is changed, then it cannot be lowered until all profiles are updated with a lower expiration duration.
- Click SAVE.
- Click the CREATE ENTITY button.
- Enter the following details in the Create Environment/Environment Group page:
- Select Environment in the Entity Type.
- Enter Entity Name.
- Enter Entity Description.
- Click SAVE.
- On the Settings tab, Britive automatically creates OIDC attributes to use when setting up the federation trust with the OpenShift cluster. You need to add these attributes to the cluster in the following steps when creating an IdP.
Cluster configuration
- Login into the ROSA CLI as an administrator.
- Gather all the attributes provided by Britive when setting up a new cluster under the OpenShift application.
- Populate the following command with the right variables to set up the cluster. The following command will kick off an interactive IdP creation process. The client secret must be generated and provided by you, Britive will not generate this automatically.Shell
rosa create idp --cluster=${CLUSTER_NAME} \ --name=britive \ --type=openid \ --mapping-method=claim
- The mappings must be provided for the connection to work appropriately. You can use the following mappings when setting up the IdP:
- Email: sub
- Name: name
- Preferred username: sub
- Groups: groups
- Extra scopes: profile
- Copy the console login URL and the idP name from the output and enter it in Britive’s cluster configuration.
Was this article helpful?