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

Make credentials endpoint configurable #10146

Merged

Conversation

abhijat
Copy link
Contributor

@abhijat abhijat commented Apr 18, 2023

Fixes #10139

Additionally also allows the AWS and GCP endpoints to be configured.

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.1.x
  • v22.3.x
  • v22.2.x

Release Notes

  • none

Features

  • The credentials host for the IAM roles subsystem can be overridden by setting the new optional string property cloud_storage_credentials_host to a valid hostname. The credentials will then be requested from this hostname. Change to this property requires a restart.

The new property allows user to override the credentials host to fetch
credentials from.
The user can provide a credentials host to override the default value
set per cloud provider.
@abhijat abhijat force-pushed the make-credentials-endpoint-configurable branch from b1b7534 to 9a5db45 Compare April 18, 2023 07:51
@abhijat abhijat marked this pull request as ready for review April 18, 2023 07:51
@jcsp jcsp merged commit 0237b70 into redpanda-data:dev Apr 18, 2023
@jcsp
Copy link
Contributor

jcsp commented Apr 18, 2023

/backport v23.1.x

@piyushredpanda
Copy link
Contributor

Don't need to backport to v22.3.x?

@abhijat
Copy link
Contributor Author

abhijat commented Apr 25, 2023

/backport v22.3.x

@vbotbuildovich
Copy link
Collaborator

Failed to run cherry-pick command. I executed the below command:

git cherry-pick -x dcb98f214c900443806c2dde1f715ef41fc86ea1 9a5db459e47b1f7df47a7e3443308e2473387ad0

Workflow run logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow AWS STS url to be configured
4 participants