We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df6f4b commit 35b6371Copy full SHA for 35b6371
1 file changed
internal/schemas/openapi-schemas/README.md
@@ -5,6 +5,8 @@
5
- OpenShift 4.18 schema source:
6
- Install openshift
7
- `oc get --raw /openapi/v2 | jq --sort-keys 'del(.parameters, .paths[], .security, .securityDefinitions)' > openshift-${version}.json`
8
+ - You might need to pipe the `oc` output through `sed -Ee 's/(Authorization: Bearer sha256)~[^ ]*/\1~REDACTED/;'` to satisfy
9
+ checks against credential leaking, because the in-line documentation might contain example tokens.
10
- Update the `.info` in the resulting file
11
- `gzip -9 openshift-${version}.json`
12
0 commit comments