1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/pkg/provider
Elad Gabay fe416890b1 oracle vault: Use instance principal if auth is empty
Currently the oracle vault's secretstore uses a specific user credentials.
This commit introduce a new way to access the vault, using the instance principal.

All user's details moved to "auth" section in the OracleProvider which now is optional.
If "auth" is empty, by default, we use the instance principal, otherwise if specified user's auth details, we use them.

In addition:
- Fixed the fingerprint secret reference which until now used the privatekey secret instead of its reference.
- Bump OCI SDK version.
2022-02-07 18:38:10 +02:00
..
akeyless Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
alibaba Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
aws Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
azure/keyvault Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
fake Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
gcp/secretmanager Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
gitlab Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
ibm Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
oracle oracle vault: Use instance principal if auth is empty 2022-02-07 18:38:10 +02:00
register feat(provider): implement fake provider 2022-02-01 11:18:43 +01:00
schema Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
testing/fake Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
vault Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
webhook Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
yandex/lockbox Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
provider.go Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00