Skip to content

Commit bbdac79

Browse files
stevsmitSteven Smith
andauthored
Adds notsecret to a few sample secrets (quay#1219)
Co-authored-by: Steven Smith <[email protected]>
1 parent a4a593c commit bbdac79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/creating-user-account-quay-api.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Example output
3232
+
3333
[source,terminal]
3434
----
35-
{"username": "newuser", "email": "[email protected]", "password": "IJWZ8TIY301KPFOW3WEUJEVZ3JR11CY1", "encrypted_password": "9Q36xF54YEOLjetayC0NBaIKgcFFmIHsS3xTZDLzZSrhTBkxUc9FDwUKfnxLWhco6oBJV1NDBjoBcDGmsZMYPt1dSA4yWpPe/JKY9pnDcsw="}
35+
{"username": "newuser", "email": "[email protected]", "password": "123456789", "encrypted_password": "<example_encrypted_password>/JKY9pnDcsw="}
3636
----
3737

38-
. Navigate to your {productname} registry endpoint, for example, `quay-server.example.com` and login with the username and password generated from the API call. In this scenario, the username is `newuser` and the password is `IJWZ8TIY301KPFOW3WEUJEVZ3JR11CY1`. Alternatively, you can log in to the registry with the CLI. For example:
38+
. Navigate to your {productname} registry endpoint, for example, `quay-server.example.com` and login with the username and password generated from the API call. In this scenario, the username is `newuser` and the password is `123456789`. Alternatively, you can log in to the registry with the CLI. For example:
3939
+
4040
[source,terminal]
4141
----
@@ -47,7 +47,7 @@ $ podman login <quay-server.example.com>
4747
[source,terminal]
4848
----
4949
username: newuser
50-
password: IJWZ8TIY301KPFOW3WEUJEVZ3JR11CY1
50+
password: 123456789
5151
----
5252

5353
. Optional. You can obtain a list of all users, including superusers, by using the link:https://docs.redhat.com/en/documentation/red_hat_quay/3/html-single/red_hat_quay_api_guide/index#listallusers[`GET /api/v1/superuser/users/`] endpoint:

modules/testing-oci-support.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ $ curl --location '<quay-server.example.com>/v2/auth?service=<quay-server.exampl
147147
[source,terminal]
148148
----
149149
{
150-
"token": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ijl5RWNtWmdiZ0l6czBBZW16emhTMHM1R0g2RDJnV2JGUTdUNGZYand4MlUiLCJ0eXAiOiJKV1QifQ..."
150+
"token": "<example_token_output>..."
151151
}
152152
----
153153

0 commit comments

Comments
 (0)