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

FIPS Validate Command #2384

Merged
merged 8 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/docs-content/palette-cli/commands/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ The following list contains all the supported Palette CLI subcommands. Click on

- [`ec`](ec.md) - Palette Enterprise Cluster installation & pre-validation.

- [`fips-validate`](fips-validate.md) - Validate the FIPS compliance of your Kubernetes clusters.

- [`login`](login.md) - Login to Palette.

- [`pcg`](pcg.md) - Private Cloud Gateway installation & pre-validation.
Expand Down Expand Up @@ -49,6 +51,8 @@ Palette CLI supports the following global flags.

- [EC](ec.md)

- [FIPS Validate](fips-validate.md)

- [Login](login.md)

- [PCG](pcg.md)
Expand Down
2 changes: 2 additions & 0 deletions docs/docs-content/palette-cli/commands/ec.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ install kind or any other dependencies. The CLI includes all the required depend
can use the `ec` command to install a [self-hosted Palette](../../enterprise-version/install-palette/install-palette.md)
instance or a self-hosted [VerteX](../../vertex/install-palette-vertex/install-palette-vertex.md) instance.

## Subcommands
karl-cardenas-coding marked this conversation as resolved.
Show resolved Hide resolved

The `ec` command exposes the following subcommand.

<br />
Expand Down
341 changes: 341 additions & 0 deletions docs/docs-content/palette-cli/commands/fips-validate.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/docs-content/palette-cli/commands/pcg.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ installation. A local [kind](https://kind.sigs.k8s.io/) cluster is created to fa
target environment. You do not need to install kind or any other dependencies. The CLI includes all the required
dependencies to set up the kind cluster.

## Subcommands
karl-cardenas-coding marked this conversation as resolved.
Show resolved Hide resolved

The `pcg` command exposes the following subcommand.

<br />
Expand Down
2 changes: 2 additions & 0 deletions docs/docs-content/palette-cli/commands/pde.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ tags: ["palette-cli"]
The `pde` command interacts with the Palette Dev Engine (PDE) platform and its resources. You can use the `pde` command
to log in to Palette, manage virtual clusters, and switch the project scope.

## Subcommands
karl-cardenas-coding marked this conversation as resolved.
Show resolved Hide resolved

The `pde` command exposes the following subcommands.

- [`app`](#app) - Manage Palette Apps deployments.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/palette-cli/commands/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags: ["palette-cli"]
Use the `project` command to manage projects, the project scope for the CLI, and list all available projects. The
`project` command supports the following subcommands.

<br />
## Subcommands
karl-cardenas-coding marked this conversation as resolved.
Show resolved Hide resolved

- `deactivate` - Deactivate your active Palette project. This command requires you to have tenant admin privileges.

Expand Down
2 changes: 2 additions & 0 deletions docs/docs-content/palette-cli/commands/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ The Palette CLI has built-in support for the open-source [Validator](https://git
framework and its plugins ecosystem. You can use the Validator to verify your environment is ready for an installation
of self-hosted Palette, VerteX, or for deployment of Kubernetes clusters through Palette.

## Subcommands
karl-cardenas-coding marked this conversation as resolved.
Show resolved Hide resolved

The `validator` command exposes the following subcommands.

- [`install`](#install) - Install the Validator framework and configure Validator plugins.
Expand Down
6 changes: 3 additions & 3 deletions vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Packages = Google, write-good, alex

[*.md]
BasedOnStyles = Vale, Google, write-good, alex, spectrocloud
IgnoredScopes = code, tt,
IgnoredScopes = code, tt, img, url, a,
; BlockIgnores =

; The following line ignores all import statements in markdown files
TokenIgnores = (?s) *(import).*?(;),\*\*.*?\*\*
; The following line ignores all import statements in markdown files, backticks
TokenIgnores = (?s) *(import).*?(;),\*\*.*?\*\*, (\x60[^\n\x60]+\x60),

[formats]
mdx = md
Expand Down
2 changes: 2 additions & 0 deletions vale/styles/config/vocabularies/Internal/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,5 @@ preloaded
eXtented
Palette eXtented Kubernetes
Palette eXtented Kubernetes - Edge
timeframe
Luet
Loading