Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More flexible OCI credentials configuration #1289

Merged
merged 1 commit into from
May 31, 2024

Conversation

jvstme
Copy link
Collaborator

@jvstme jvstme commented May 30, 2024

  • In client credentials, replace the key path with the key content to allow configuring without any file paths
  • In default credentials, allow overriding the config file path and choosing a profile from the config file

This is part of the OCI backend implementation (#1194). Behind the OCI_BACKEND feature flag.

- In client credentials, replace the key path with
  the key content to allow configuring without any
  file paths
- In default credentials, allow overriding the
  config file path and choosing a profile from the
  config file

This is part of the OCI backend implementation.
Behind the OCI_BACKEND feature flag.
@jvstme jvstme requested a review from r4victor May 30, 2024 14:53
@jvstme jvstme merged commit 6e4363f into master May 31, 2024
15 checks passed
@jvstme jvstme deleted the issue_1194_oci_more_flexible_credentials branch May 31, 2024 08:25
jvstme added a commit that referenced this pull request Jun 4, 2024
This fixes some issues introduced by PR #1289:
- Fix unit tests
- Do not you pathlib.Path in credentials model, as
  it is rendered incorrectly in YAML
jvstme added a commit that referenced this pull request Jun 4, 2024
This fixes some issues introduced by PR #1289:
- Fix unit tests
- Do not use pathlib.Path in credentials model, as
  it is rendered incorrectly in YAML
jvstme added a commit that referenced this pull request Jun 4, 2024
This fixes some issues introduced by PR #1289:
- Fix unit tests
- Do not use pathlib.Path in credentials model, as
  it is rendered incorrectly in YAML
Bihan pushed a commit to SMTM-Capital/dstack that referenced this pull request Jun 11, 2024
This fixes some issues introduced by PR dstackai#1289:
- Fix unit tests
- Do not use pathlib.Path in credentials model, as
  it is rendered incorrectly in YAML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants