Skip to content

Update scope value

Eirik Haughom requested to merge EirikHaughom-master-patch-40032 into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

The current chart only supports the use of the client ID and secret associated with the ADME/OSDU instance ("superadmin"). Generally it is not recommended to have any secrets on this SPN due to security as this user has access to all data and services in the instance.

What is the new/expected behavior?

Ability to use a dedicated GCZ SPN (App Registration).

Have you added/updated Unit Tests and Integration Tests?

N/A

Any other useful information

Just a quick update to accept incoming HELM Chart value and use the previous one as default if none is submitted.

Merge request reports

Loading