- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 1,772 for user3 (0.02 sec)
-
helm-releases/minio-3.4.7.tgz
active return 0 } # checkUserExists ($username) # Check if the user exists, by using the exit code of `mc admin user info` checkUserExists() { USER=$1 CMD=$(${MC} admin user info myminio $USER > /dev/null 2>&1) return $? } # createUser ($username, $password, $policy) createUser() { USER=$1 PASS=$2 POLICY=$3 # Create the user if it does not exist if ! checkUserExists $USER ; then echo "Creating user '$USER'" ${MC} admin user add myminio $USER $PASS else echo "User '$USER' already exists." fi # set policy...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jan 25 20:49:24 UTC 2022 - 15.2K bytes - Viewed (0) -
docs/docker/README.md
- ```
- ### Run MinIO Docker as a regular user
- Docker provides standardized mechanisms to run docker containers as non-root users.
- #### GNU/Linux and macOS (regular user)
- On Linux and macOS you can use `--user` to run the container as regular user.
- > NOTE: make sure --user has write permission to *${HOME}/data* prior to using `--user`.
- ```sh
- mkdir -p ${HOME}/data
- docker run \
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 8.2K bytes - Viewed (0) -
helm-releases/minio-3.2.0.tgz
active return 0 } # checkUserExists ($username) # Check if the user exists, by using the exit code of `mc admin user info` checkUserExists() { USER=$1 CMD=$(${MC} admin user info myminio $USER > /dev/null 2>&1) return $? } # createUser ($username, $password, $policy) createUser() { USER=$1 PASS=$2 POLICY=$3 # Create the user if it does not exist if ! checkUserExists $USER ; then echo "Creating user '$USER'" ${MC} admin user add myminio $USER $PASS else echo "User '$USER' already exists." fi # set policy...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Oct 13 02:16:24 UTC 2021 - 14.6K bytes - Viewed (0) -
helm-releases/minio-3.3.3.tgz
active return 0 } # checkUserExists ($username) # Check if the user exists, by using the exit code of `mc admin user info` checkUserExists() { USER=$1 CMD=$(${MC} admin user info myminio $USER > /dev/null 2>&1) return $? } # createUser ($username, $password, $policy) createUser() { USER=$1 PASS=$2 POLICY=$3 # Create the user if it does not exist if ! checkUserExists $USER ; then echo "Creating user '$USER'" ${MC} admin user add myminio $USER $PASS else echo "User '$USER' already exists." fi # set policy...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Dec 11 17:28:02 UTC 2021 - 14.6K bytes - Viewed (0) -
docs/sts/assume-role.md
- </ResponseMetadata>
- </AssumeRoleResponse>
- ```
- ## Using AssumeRole API
- ```
- export MINIO_ROOT_USER=minio
- export MINIO_ROOT_PASSWORD=minio123
- minio server ~/test
- ```
- Create new users following the multi-user guide [here](https://min.io/docs/minio/linux/administration/identity-access-management.html)
- ### Testing an example with awscli tool
- > Use the same username and password created in the previous steps.
- ```
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 7.1K bytes - Viewed (0) -
docs/pt/docs/virtual-environments.md
- ```plaintext
- /home/user/code/awesome-project/.venv/bin/python
- ```
- e usa esse.
- ////
- //// tab | Windows
- ```plaintext
- C:\Users\user\code\awesome-project\.venv\Scripts;C:\Windows\System32
- ```
- Isso significa que o sistema agora comeรงarรก a procurar primeiro por programas em:
- ```plaintext
- C:\Users\user\code\awesome-project\.venv\Scripts
- ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Sep 10 10:37:13 UTC 2024 - 22.6K bytes - Viewed (0) -
helm/minio/values.yaml
- runAsGroup: 1000
- resources:
- requests:
- memory: 128Mi
- # Command to run after the main command on exit
- exitCommand: ""
- ## List of users to be created after minio install
- ##
- users:
- ## Username, password and policy to be assigned to the user
- ## Default policies are [readonly|readwrite|writeonly|consoleAdmin|diagnostics]
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 15:48:31 UTC 2024 - 18.8K bytes - Viewed (1) -
android/guava/src/com/google/common/util/concurrent/ListenableFuture.java
- * `-android` "flavors.")
- *
- * (We could consider releasing a listenablefuture:1.0.1 someday. But we would want to look into how
- * that affects users, especially users of the Android Gradle Plugin, since the plugin developers
- * put in a special hack for us: https://issuetracker.google.com/issues/131431257)
- */
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Jun 26 21:13:41 UTC 2023 - 8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Source.java
- */
- @Nonnull
- InputStream openStream() throws IOException;
- /**
- * Provides a user-friendly hint about the location of the source.
- * This could be a local file path, a URI or just an empty string.
- * The intention is to assist users during error reporting.
- *
- * @return a user-friendly hint about the location of the source, never {@code null}
- */
- @Nonnull
- String getLocation();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Apr 12 10:50:18 UTC 2024 - 3.5K bytes - Viewed (0) -
docs/em/docs/tutorial/security/simple-oauth2.md
- }
- ```
- ### ๐ ๐ฉโ๐ป
- ๐ ๐ โฎ๏ธ ๐ ๐ฉโ๐ป, ๐ โฎ๏ธ:
- ๐ฉโ๐ป: `alice`
- ๐: `secret2`
- & ๐ โ๏ธ ๐ ๏ธ `GET` โฎ๏ธ โก `/users/me`.
- ๐ ๐ ๐ค "๐ ๐ฉโ๐ป" โ, ๐:
- ```JSON
- {
- "detail": "Inactive user"
- }
- ```
- ## ๐
- ๐ ๐ โ๏ธ ๐งฐ ๐ ๏ธ ๐ ๐โโ โ๏ธ โ๏ธ ๐ `username` & `password` ๐ ๐ ๏ธ.
- โ๏ธ ๐ซ ๐งฐ, ๐ ๐ช โ ๐โโ โ๏ธ ๐ โฎ๏ธ ๐ ๐ฝ & โฎ๏ธ ๐ ๐ฉโ๐ป โ๏ธ ๐ฝ ๐ท.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.8K bytes - Viewed (0)