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

fix(*): Use allowlist and denylist #8351

Merged
merged 2 commits into from
Jun 17, 2020

Conversation

caseyhebebrand
Copy link
Contributor

Replace blacklist with denylist and whitelist with allowlist everywhere Deck controls.

The only remaining occurrence is external (i.e. entityTag.category === 'blacklist'), and we will replace this once the model is updated.

region: string;
credentials: string;
}

export interface IAWSProviderSettings extends IProviderSettings {
classicLaunchLockout?: number;
classicLaunchWhitelist?: IClassicLaunchWhitelist[];
classicLaunchAllowlist?: IClassicLaunchAllowlist[];
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Does anyone know who else uses this optional setting? I will tag them to inform them of the change.

Copy link
Contributor

@christopherthielen christopherthielen left a comment

Choose a reason for hiding this comment

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

thanks for doing this 👍

@caseyhebebrand caseyhebebrand merged commit 579560d into spinnaker:master Jun 17, 2020
@caseyhebebrand caseyhebebrand deleted the allow-deny-list branch June 17, 2020 22:31
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.

3 participants