Peripli / service-manager

Service Manager Core
Apache License 2.0
69 stars 28 forks source link

oidc add pem format validation #717

Closed EpsilonTal closed 2 years ago

EpsilonTal commented 2 years ago

Accept pem file or pem value for oidc client

Motivation

Allow setting an OIDC client via file or string

Approach

Checks if the certificate & key input has .pem suffix -> read file. else -> read input's value.