Oracle Analytics Cloud and Server Idea Lab

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

allow provisioning OAC instance without idcs_access_token

Under Review
154
Views
3
Comments
Zoltan Kiss-Oracle
Zoltan Kiss-Oracle Rank 2 - Community Beginner

As of now user member of IDCS admin role need to generate an idcs_access_token and hand over to a user provisioning an OAC instance via terraform.
This is because terraform oci_analytics_analytics_instance resource has this requirement.

Please consider implementing separate OAC resource for encapsulating such idcs_access_token - to be provisioned by separate privileged user - e.g. oci_analytics_analytics_instance_idcs_access_token

This way instead of exposing such privileged information (that token is kinda "God" mode token, through which the user can even manipulate users, groups of the tenancy) please make it possible to reference an oci_analytics_analytics_instance_idcs_access_token by its ocid and the actual token remains protected.

32
32 votes

Under Oracle Review · Last Updated

Comments