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

Disable and remove use of local/shared key auth for SAs #4122

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

fahlmant
Copy link
Collaborator

Which issue this PR addresses:

https://issues.redhat.com/browse/ARO-14659

What this PR does / why we need it:

As part of security wave, all SAs need to disable local/shared key auth.

d.log.Printf("saving RP version %s deployed in %s to storage account %s", d.version, d.config.Location, *d.config.Configuration.RPVersionStorageAccountName)
t := time.Now().UTC().Truncate(time.Second)
res, err := d.globalaccounts.ListAccountSAS(
Copy link
Collaborator

@tsatam tsatam Feb 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not an immediate priority but we should do this before merge - as far as I can tell this is the only usage of the (track1) globalaccounts client in the entire deployer, we should be good to remove it from the deployer struct entirely.

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.

2 participants