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
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
..
controllers Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
provider oracle vault: Use instance principal if auth is empty 2022-02-07 18:38:10 +02:00
template Added generic webhook provider 2021-12-29 10:53:29 +01:00
utils oracle vault: Use instance principal if auth is empty 2022-02-07 18:38:10 +02:00